changed nix settings and time server

This commit is contained in:
ISnortPennies 2023-02-07 21:12:53 -05:00
parent a774a19d6e
commit 73edf49559
2 changed files with 4 additions and 8 deletions

View file

@ -57,13 +57,10 @@
timesyncd = {
enable = true;
servers = [
"time.google.com"
"time2.google.com"
"time.cloudflare.com"
];
};
};
#terminal stuff
i18n.defaultLocale = "en_US.UTF-8";
programs.dconf.enable = true;
services.gvfs.enable = true; #gvfs for pcmanfm
}