Skip to content

Commit ba13413

Browse files
chore: new install
1 parent a917b84 commit ba13413

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: config.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ rec {
2121
# wether or not i should enable gtk configurations
2222
# disable if per example you're gonna use gnome as main
2323
# desktop environment
24-
gtk = {
25-
enable = true;
26-
};
24+
gtk.enable = true;
2725

2826
aetherShell = {
2927
enable = true;

Diff for: misc/hardware-configuration.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
[ (modulesPath + "/installer/scan/not-detected.nix")
99
];
1010

11-
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
11+
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
1212
boot.initrd.kernelModules = [ ];
1313
boot.kernelModules = [ "kvm-intel" ];
1414
boot.extraModulePackages = [ ];
1515

1616
fileSystems."/" =
17-
{ device = "/dev/disk/by-uuid/d70a6dfe-47d7-4d77-b8de-4fb656578235";
17+
{ device = "/dev/disk/by-uuid/fc0710d3-24da-4fe5-89ee-85edc679310e";
1818
fsType = "xfs";
1919
};
2020

0 commit comments

Comments
 (0)