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:
# $ nix search wget
environment.systemPackages =
with pkgs;
[
];
programs = {
tmux.enable = true;
zsh.enable = true;

View file

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