System package list
This commit is contained in:
parent
b4a9a7ecc2
commit
1a402b6a57
14
nixos-config/system-packages.nix
Normal file
14
nixos-config/system-packages.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
hyprland
|
||||
wayland
|
||||
xdg-utils
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user