desktop-2024-09-01-16-05-22

This commit is contained in:
Alexander Szczepanski
2024-09-01 16:05:22 +02:00
parent c5657eec27
commit 6e49bca55d
3 changed files with 25 additions and 18 deletions

View File

@ -29,7 +29,7 @@ in
../../configs/games.nix
../../configs/develop.nix
../../configs/libvirt.nix
../../configs/plasma.nix
../../configs/plasma-wayland.nix
../../configs/user-gui.nix
../../configs/user.nix
];
@ -59,9 +59,14 @@ in
nix.settings.system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-znver2" ];
boot = {
initrd.systemd.enable = true;
loader = {
systemd-boot.enable = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
configurationLimit = 5;
useOSProber = true;
};
efi = { canTouchEfiVariables = true; };
};
@ -145,11 +150,6 @@ in
printing.enable = true;
fwupd.enable = true;
displayManager.autoLogin = {
enable = true;
user = "alex";
};
pipewire = {
enable = true;
alsa.enable = true;