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:
|
# 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;
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue