Changed: Regreet

This commit is contained in:
DerGrumpf 2025-04-05 15:29:42 +02:00
parent e8c5e14dc3
commit 1681978386
3 changed files with 5 additions and 4 deletions

View File

@ -68,7 +68,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
system.stateVersion = "24.11"; # Did you read the comment?
}

View File

@ -48,11 +48,11 @@
};
appearance = {
greeting_msg = "Welcome";
greeting_msg = "Hey there, Master!";
};
"widget.clock" = {
format = "%A %T";
widget.clock = {
format = "%A %d.%m.%Y %T";
resolution = "500ms";
timezone = "Europe/Berlin";
label_width = 150;

View File

@ -4,6 +4,8 @@
dbus.packages = [pkgs.gcr];
geoclue2.enable = true;
xserver.enable = true;
udev.packages = with pkgs; [gnome.gnome-settings-daemon];