user configs and monitor settings for hyprland

This commit is contained in:
cnst
2024-10-23 19:09:44 +02:00
parent 7a1b90bb91
commit cfab493b28
6 changed files with 56 additions and 12 deletions

View File

@@ -12,12 +12,6 @@
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
kernelModules = [];
luks.devices."enc".device = "/dev/disk/by-uuid/1bda09f1-5b2c-4040-ab71-cee54a6df910";
postDeviceCommands = lib.mkAfter ''
mkdir /mnt
mount -t btrfs /dev/mapper/enc /mnt
btrfs subvolume delete /mnt/root
btrfs subvolume snapshot /mnt/root-blank /mnt/root
'';
};
kernelModules = ["kvm-amd"];
extraModulePackages = [];