more configuration for live environment
This commit is contained in:
@@ -22,12 +22,44 @@ in
|
||||
bootLoader.enable = true;
|
||||
};
|
||||
softwareCfg = {
|
||||
sysPkgs.enable = true;
|
||||
sysProgs.enable = true;
|
||||
sysServices.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs;[
|
||||
alsa-lib
|
||||
xwayland
|
||||
wayland
|
||||
alsa-utils
|
||||
bc
|
||||
cliphist
|
||||
git
|
||||
hyprpaper
|
||||
hyprpicker
|
||||
inetutils
|
||||
kitty
|
||||
lsof
|
||||
neofetch
|
||||
nh
|
||||
nix-output-monitor
|
||||
nix-prefetch-scripts
|
||||
nixos-option
|
||||
nix-search-cli
|
||||
nix-template
|
||||
nixfmt
|
||||
nvd
|
||||
pamixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
usbutils
|
||||
vim
|
||||
jq
|
||||
wl-clipboard
|
||||
libnotify
|
||||
file
|
||||
];
|
||||
|
||||
users = {
|
||||
groups.persist = { };
|
||||
users = {
|
||||
|
||||
Reference in New Issue
Block a user