Update systems/smolboi/configuration.nix

This commit is contained in:
Chris Dombroski 2024-04-24 22:06:46 -04:00 committed by Chris Dombroski
parent 8f9fcb81ae
commit 1bc219496b

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 = {