feat(gui): regreet csd and background image
This commit is contained in:
parent
b061944d2c
commit
0410a5c1d9
|
@ -4,7 +4,14 @@
|
||||||
, ... }: with lib; let
|
, ... }: with lib; let
|
||||||
cfg = config.faucet.gui;
|
cfg = config.faucet.gui;
|
||||||
in mkIf (cfg.enable && cfg.session) {
|
in mkIf (cfg.enable && cfg.session) {
|
||||||
programs.regreet.enable = true;
|
programs.regreet = {
|
||||||
|
enable = true;
|
||||||
|
cageArgs = [ "-s" "-d" "-m" "last" ];
|
||||||
|
settings = {
|
||||||
|
background.path = ../../share/54345906_p0.jpg;
|
||||||
|
gtk.application_prefer_dark_theme = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.persistence."/nix/persist/fhs".directories = [ "/var/cache/regreet" ];
|
environment.persistence."/nix/persist/fhs".directories = [ "/var/cache/regreet" ];
|
||||||
}
|
}
|
||||||
|
|
BIN
share/54345906_p0.jpg
Normal file
BIN
share/54345906_p0.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Loading…
Reference in a new issue