Changed: ReGreet
This commit is contained in:
parent
bc4ae9c889
commit
14899c85b9
@ -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
|
||||
|
@ -1,5 +0,0 @@
|
||||
exec-once = regreet; hyperctl dispatch exit
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
BIN
modules/regreet/background.jpg
Normal file
BIN
modules/regreet/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 KiB |
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user