mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 00:48:30 +00:00
Move a few packages to core
This commit is contained in:
parent
8385522f86
commit
7ed3b39467
@ -23,4 +23,10 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
[ pkgs.git
|
||||
pkgs.htop
|
||||
pkgs.tree
|
||||
];
|
||||
}
|
||||
|
@ -38,7 +38,6 @@
|
||||
go
|
||||
gopls
|
||||
graphviz
|
||||
htop
|
||||
imagemagick
|
||||
inkscape
|
||||
jdk
|
||||
@ -59,7 +58,6 @@
|
||||
rustup
|
||||
stack
|
||||
texlive.combined.scheme-full
|
||||
tree
|
||||
wget
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user