diff --git a/hosts/base/default.nix b/hosts/base/default.nix index db62f38..ce13ac8 100644 --- a/hosts/base/default.nix +++ b/hosts/base/default.nix @@ -76,11 +76,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = - with pkgs; - [ - ]; - programs = { tmux.enable = true; zsh.enable = true; diff --git a/users/krop/default.nix b/users/krop/default.nix index 73be975..3e6ed02 100644 --- a/users/krop/default.nix +++ b/users/krop/default.nix @@ -32,6 +32,7 @@ )) wireshark iperf + d2 gopls # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run.