Move shell and UI packages to user
1 file changed, 1 insertion(+), 9 deletions(-)
changed files
M system/modules/user-interface.nix → system/modules/user-interface.nix
@@ -17,8 +17,6 @@ cmus fish # for emacs-fish-completion - unstable.xst # st, but with support for XResources - lxappearance lxrandr lxtask@@ -42,11 +40,7 @@ signal-desktop wire-desktop trash-cli - ] ++ (if !stdenv.isDarwin - then [ - unstable.mu - ] - else []); + ]; nixpkgs.config.allowUnfree = true;@@ -57,8 +51,6 @@ vSync = "opengl-swc"; }; services.devmon.enable = true; - - environment.sessionVariables.TERMINAL = "st"; systemd.user.services.trash-clean = { path = with pkgs; [ trash-cli ];