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