fix: merge commonPackages with tux config
This commit is contained in:
@@ -100,18 +100,19 @@
|
|||||||
|
|
||||||
# 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; [
|
environment.systemPackages = with pkgs;
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
config.commonPackages ++ [
|
||||||
wget
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
curl
|
wget
|
||||||
ripgrep
|
curl
|
||||||
git
|
ripgrep
|
||||||
neovim
|
git
|
||||||
busybox
|
neovim
|
||||||
dolphin
|
busybox
|
||||||
wireguard-tools
|
dolphin
|
||||||
gh
|
wireguard-tools
|
||||||
];
|
gh
|
||||||
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
|||||||
Reference in New Issue
Block a user