Update Regreet config
This commit is contained in:
parent
392a96f32f
commit
3b2d7e021d
|
@ -22,8 +22,12 @@
|
|||
programs.regreet = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background.path = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath;
|
||||
background = {
|
||||
path = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath;
|
||||
fit = "Cover";
|
||||
};
|
||||
};
|
||||
cageArgs = ["-s" "-m" "last"]; # Only show on the last monitor
|
||||
};
|
||||
|
||||
environment.sessionVariables.XKB_DEFAULT_LAYOUT = "es";
|
||||
|
|
Loading…
Reference in a new issue