fix: merge commonPackages with tux config

This commit is contained in:
2025-01-21 17:56:52 -08:00
parent 0d80d4b765
commit babf4c5fc4

View File

@@ -100,18 +100,19 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
curl
ripgrep
git
neovim
busybox
dolphin
wireguard-tools
gh
];
environment.systemPackages = with pkgs;
config.commonPackages ++ [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
curl
ripgrep
git
neovim
busybox
dolphin
wireguard-tools
gh
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.