System package list
This commit is contained in:
parent
44eff6a42d
commit
5f7690ce58
14
system-packages.nix
Normal file
14
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
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user