Migrate config (frues-pc machine for now) from https://git.peprolinbot.com/peprolinbot/nixos-config, with improvements
This commit is contained in:
parent
ebd178b0a5
commit
7606f9e051
66 changed files with 9465 additions and 73 deletions
12
modules/desktop/regreet.nix
Normal file
12
modules/desktop/regreet.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = {
|
||||
path = pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath;
|
||||
fit = "Cover";
|
||||
};
|
||||
};
|
||||
cageArgs = ["-s" "-m" "last"]; # Only show on the last monitor
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue