Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-03-28 17:11:36 +01:00
parent bc4ae9c889
commit 14899c85b9
4 changed files with 3 additions and 17 deletions

View File

@ -8,7 +8,7 @@
imports =
[
../../modules/system.nix
../../modules/regreet.nix
../../modules/regreet/regreet.nix
# Include the results of the hardware scan.
./hardware-configuration.nix

View File

@ -1,5 +0,0 @@
exec-once = regreet; hyperctl dispatch exit
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB

View File

@ -4,25 +4,16 @@
enable = true;
user = username;
};
services.greetd = {
enable = true;
settings = {
default_session = {
command = "cage -s -mlast -- regreet";
};
};
};
environment.etc = {
regreet.source = ./regreet.conf;
"background.jpg".source = ./background.jpg;
};
programs.regreet = {
enable = true;
settings = {
background = {
path = "Pictures/Wallpapers/lucy.jpg";
path = "/etc/background.jpg";
fit = "Contain";
};