99 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
a653e1756f
commit
d77d438248
@ -26,7 +26,26 @@
|
|||||||
-b 'Reboot' 'systemctl reboot'
|
-b 'Reboot' 'systemctl reboot'
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
programs.regreet.enable = true;
|
programs.regreet = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
background = {
|
||||||
|
fit = "Containe";
|
||||||
|
path = "~/Documents/Blender/desktop background Informatiker/render 4K new color.png";
|
||||||
|
};
|
||||||
|
gtk = {
|
||||||
|
application_prefer_dark_theme = true;
|
||||||
|
cursor_theme_name = "capitaine-cursors-white";
|
||||||
|
font_name = "FiraCode Nerd Font";
|
||||||
|
icon_theme_name = "WhiteSur-dark";
|
||||||
|
theme_name = "WhiteSur-Dark";
|
||||||
|
};
|
||||||
|
commands = {
|
||||||
|
reboot = ["systemctl" "reboot"];
|
||||||
|
poweroff = ["systemctl" "poweroff"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users.users.greeter = {
|
users.users.greeter = {
|
||||||
isNormalUser = false;
|
isNormalUser = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user