move to mullvad browser, font changes etc etc

This commit is contained in:
itamar 2026-04-16 19:11:20 +03:00
parent 0bb6324afc
commit b3c3854628
Signed by: itamar
GPG key ID: 4C315A8D67ADC36C
20 changed files with 455 additions and 1449 deletions

View file

@ -8,18 +8,20 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/3fd6b3e1-e237-4c9f-9f9a-37ee711114fe";
{ device = "/dev/mapper/luks-08fc7af7-3621-4c2d-b1ad-ad598e59d8c2";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-08fc7af7-3621-4c2d-b1ad-ad598e59d8c2".device = "/dev/disk/by-uuid/08fc7af7-3621-4c2d-b1ad-ad598e59d8c2";
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/AE26-3C10";
{ device = "/dev/disk/by-uuid/002B-2CB0";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};