Update gnome defaults

This commit is contained in:
Greg Hellings
2023-08-17 14:52:18 -05:00
parent 791b276e37
commit 836c376403
3 changed files with 62 additions and 6 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
supportedFilesystems = [ "ntfs" ];
loader = {
systemd-boot = {
enable = true;
enable = false;
configurationLimit = 10;
extraEntries = {
"Windows.conf" = (lib.strings.concatStringsSep "\n" [
@@ -17,7 +17,7 @@
};
};
grub = {
enable = false;
enable = true;
device = "/dev/nvme0n1";
useOSProber = true;
efiSupport = true;