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" ]; }