improve hyprland

This commit is contained in:
2025-08-20 12:08:37 +02:00
parent d0a1a4204d
commit 9ce4223019
37 changed files with 507 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
./disk-config.nix
./hardware-configuration.nix
../../modules/core
../../modules/optionnal/hosts/${hostname}.nix
../../modules/optionnals/hosts/${hostname}.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;

View File

@@ -30,7 +30,7 @@
"virtio_rng"
];
boot.kernelModules = [
"kvm-amd"
"kvm-intel"
"virtio-gpu"
];
boot.extraModulePackages = [ ];