Fix on icon used

This commit is contained in:
2026-04-05 19:51:35 +02:00
parent 17081e74cb
commit 9ec005ee04
2 changed files with 8 additions and 3 deletions
@@ -14,18 +14,18 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/49a3d223-2cae-402a-a4d9-8b3c756baf81";
{ device = "/dev/disk/by-uuid/aefbc111-4509-41a7-95eb-3fe0156cdb7a";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/C50E-1F4D";
{ device = "/dev/disk/by-uuid/54CF-1148";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/c682951b-6b1b-4da3-af59-3ee4d529bb3f"; }
[ { device = "/dev/disk/by-uuid/935f7db9-a0b5-47be-a22f-d1b775d3b972"; }
];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";