Merge branch 'main' of github.com:jbowdre/dotfiles

This commit is contained in:
John Bowdre 2023-09-26 09:19:12 -05:00
commit f38c89b73d
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@
enable = true; enable = true;
autoSuspend = false; autoSuspend = false;
}; };
};
desktopManager = { desktopManager = {
gnome.enable = true; gnome.enable = true;
}; };

View file

@ -21,7 +21,8 @@
}; };
}; };
filesystems = {
fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969"; device = "/dev/disk/by-uuid/b2c7656b-2292-4dc9-94f2-a66690a14969";
fsType = "ext4"; fsType = "ext4";