remove gtk stuff

This commit is contained in:
gpskwlkr 2024-03-27 23:57:16 +04:00
parent 76f1a964ae
commit 8f13d0a017
13 changed files with 9 additions and 90 deletions

View file

@ -23,6 +23,13 @@
fsType = "vfat";
};
fileSystems."/home/gpskwlkr/HDD" =
{
device = "/dev/disk/by-uuid/5ffff838-c04f-4a9b-aa5c-b985e52b6993";
fsType = "ext4";
options = [ "defaults,noatime" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/ed488302-476e-4bc2-8516-1ce11271b0dc"; }
];