nix: cleaned up files

This commit is contained in:
biscuit
2025-05-15 14:54:33 -05:00
parent fd30f8d1fd
commit e981f03e03
2 changed files with 7 additions and 5 deletions
-5
View File
@@ -57,7 +57,6 @@
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
wl-clipboard
nodejs
vim # Default editor
wget
git
@@ -66,10 +65,6 @@
p7zip
btop
libnotify
gcc
rustc
cargo
];
environment.sessionVariables = {
+7
View File
@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gcc
rustc
cargo
];
}