From 7fbb88d06c4cd9635c9df8b17a1ed989a5f08a75 Mon Sep 17 00:00:00 2001 From: LUCAZEAU Alexandre Date: Thu, 26 Oct 2023 16:37:07 +0200 Subject: [PATCH] ADD emacs --- hosts/d2nix/home-manager/home.nix | 1 + hosts/d2nix/home-manager/packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/d2nix/home-manager/home.nix b/hosts/d2nix/home-manager/home.nix index cc679f6..de72c0a 100644 --- a/hosts/d2nix/home-manager/home.nix +++ b/hosts/d2nix/home-manager/home.nix @@ -7,6 +7,7 @@ ../../../modules/neovim.nix ../../../modules/tmux.nix ../../../modules/git.nix + ../../../modules/emacs.nix ]; # Home Manager needs a bit of information about you and the paths it should # manage. diff --git a/hosts/d2nix/home-manager/packages.nix b/hosts/d2nix/home-manager/packages.nix index f616555..41f1d22 100644 --- a/hosts/d2nix/home-manager/packages.nix +++ b/hosts/d2nix/home-manager/packages.nix @@ -41,6 +41,7 @@ graphviz freecad freetube + guake ]; nixpkgs.config.permittedInsecurePackages = [ "ferdi-5.8.1" ]; }