removed systemPackages and added d2

This commit is contained in:
Jakub Kropáček 2024-11-06 11:21:59 +01:00
parent 8846189ada
commit 6d800493bb
2 changed files with 1 additions and 5 deletions

View file

@ -76,11 +76,6 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages =
with pkgs;
[
];
programs = { programs = {
tmux.enable = true; tmux.enable = true;
zsh.enable = true; zsh.enable = true;

View file

@ -32,6 +32,7 @@
)) ))
wireshark wireshark
iperf iperf
d2
gopls gopls
# # Adds the 'hello' command to your environment. It prints a friendly # # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run. # # "Hello, world!" when run.