Changed: ReGreet
This commit is contained in:
parent
bc4ae9c889
commit
14899c85b9
@ -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
|
||||||
|
@ -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 |
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user