From 6d800493bbbdffff9aaaff4ca5f8717329e59f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Wed, 6 Nov 2024 11:21:59 +0100 Subject: [PATCH] removed systemPackages and added d2 --- hosts/base/default.nix | 5 ----- users/krop/default.nix | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) 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.