dev #19

Open
tdpeuter wants to merge 94 commits from dev into main
Showing only changes of commit 48463104ab - Show all commits

View file

@ -6,7 +6,7 @@
]; ];
sisyphus = { sisyphus = {
desktop.sway.enable = true; desktop.hyprland.enable = true;
hardware = { hardware = {
nvidia = { nvidia = {
@ -35,6 +35,7 @@
}; };
services = { services = {
tailscale.enable = true;
pipewire.enable = true; pipewire.enable = true;
printing.enable = true; printing.enable = true;
openrgb.enable = true; openrgb.enable = true;
@ -56,6 +57,8 @@
efiSysMountPoint = "/boot/efi"; efiSysMountPoint = "/boot/efi";
}; };
}; };
plymouth.enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [