removed systemPackages and added d2
This commit is contained in:
parent
8846189ada
commit
6d800493bb
2 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
))
|
||||
wireshark
|
||||
iperf
|
||||
d2
|
||||
gopls
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
|
|
Loading…
Reference in a new issue