added packages

This commit is contained in:
2025-12-12 22:17:04 -05:00
parent e8c3a1ffa5
commit 240240dc65

View File

@@ -99,6 +99,14 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
librewolf
steam
discord
prismlauncher
piper
git
protonvpn-gui
vscodium
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
@@ -129,20 +137,3 @@
system.stateVersion = "25.05"; # Did you read the comment? system.stateVersion = "25.05"; # Did you read the comment?
} }
{
environment.systemPackages = with pkgs; [
librewolf
discord
prismlauncher
git
steam
jellyfin-media-player
piper
protonvpn
vscodium
node
]
}