Update systems/smolboi/configuration.nix
This commit is contained in:
parent
8f9fcb81ae
commit
1bc219496b
1 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,11 @@
|
|||
# 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.
|
||||
services = {
|
||||
xserver = {
|
||||
|
|
Loading…
Reference in a new issue