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 = imports =
[ [
../../modules/system.nix ../../modules/system.nix
../../modules/regreet.nix ../../modules/regreet/regreet.nix
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./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

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