diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a4f1689a..8332b38a 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -90,7 +90,7 @@ in { | |||
90 | ]; | 90 | ]; |
91 | 91 | ||
92 | config = { | 92 | config = { |
93 | services.displayManager.defaultSession = "none+xmonad"; | 93 | services.displayManager.defaultSession = "Hyprland"; # "none+xmonad"; |
94 | services.xserver = { | 94 | services.xserver = { |
95 | windowManager.session = [{ | 95 | windowManager.session = [{ |
96 | name = "xmonad"; | 96 | name = "xmonad"; |
@@ -315,7 +315,7 @@ in { | |||
315 | }; | 315 | }; |
316 | clock = { | 316 | clock = { |
317 | interval = 1; | 317 | interval = 1; |
318 | timezone = "Europe/Berlin"; | 318 | # timezone = "Europe/Berlin"; |
319 | format = "W{:%V-%u %F %H:%M:%S%Ez}"; | 319 | format = "W{:%V-%u %F %H:%M:%S%Ez}"; |
320 | tooltip-format = "<tt><small>{calendar}</small></tt>"; | 320 | tooltip-format = "<tt><small>{calendar}</small></tt>"; |
321 | calendar = { | 321 | calendar = { |
@@ -376,7 +376,7 @@ in { | |||
376 | }; | 376 | }; |
377 | clock = { | 377 | clock = { |
378 | interval = 1; | 378 | interval = 1; |
379 | timezone = "Europe/Berlin"; | 379 | # timezone = "Europe/Berlin"; |
380 | format = "{:%H:%M}"; | 380 | format = "{:%H:%M}"; |
381 | tooltip-format = "W{:%V-%u %F %H:%M:%S%Ez}"; | 381 | tooltip-format = "W{:%V-%u %F %H:%M:%S%Ez}"; |
382 | }; | 382 | }; |
@@ -633,6 +633,7 @@ in { | |||
633 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } | 633 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } |
634 | ]; | 634 | ]; |
635 | }; | 635 | }; |
636 | poweralertd.enable = true; | ||
636 | }; | 637 | }; |
637 | 638 | ||
638 | home.pointerCursor = { | 639 | home.pointerCursor = { |