diff options
Diffstat (limited to 'hosts/mox/configuration.nix')
-rw-r--r-- | hosts/mox/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index 8d66673..9b8c314 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ @@ -15,5 +15,4 @@ boot.consoleLogLevel = 3; networking.hostName = "mox"; - environment.systemPackages = with pkgs; [ tmux ]; } |