diff --git a/home-manager/desktop/default.nix b/home-manager/desktop/default.nix index 033fd6d..a4cc553 100644 --- a/home-manager/desktop/default.nix +++ b/home-manager/desktop/default.nix @@ -39,11 +39,6 @@ }; }; - # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently - programs.command-not-found.enable = false; - programs.nix-index.enable = true; - programs.nix-index-database.comma.enable = true; - home = { username = "lillian"; homeDirectory = "/home/lillian"; diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 9153254..7868fa1 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -25,6 +25,11 @@ }; }; + # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently + programs.command-not-found.enable = false; + programs.nix-index.enable = true; + programs.nix-index-database.comma.enable = true; + environment.systemPackages = with pkgs; [ # Custom tools dvd