Update systems/smolboi/configuration.nix

This commit is contained in:
Chris Dombroski 2024-04-24 22:06:46 -04:00
parent 76e06c3f36
commit aabfd99313

View file

@ -93,6 +93,11 @@
# useXkbConfig = true; # use xkb.options in tty. # useXkbConfig = true; # use xkb.options in tty.
# }; # };
system.autoUpgrade = {
enable = true;
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
};
# Enable the X11 windowing system. # Enable the X11 windowing system.
services = { services = {
xserver = { xserver = {