summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-12 00:08:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-12 00:08:18 +0200
commit67e15aa73723811f193eef62c6f79f65c919faec (patch)
tree943922da830ccd719c99030bc8b3e2950e07dc05 /accounts/gkleen@sif/default.nix
parent2e593841f4cebd86491f35733cc3da32e6fee9f5 (diff)
downloadnixos-67e15aa73723811f193eef62c6f79f65c919faec.tar
nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.gz
nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.bz2
nixos-67e15aa73723811f193eef62c6f79f65c919faec.tar.xz
nixos-67e15aa73723811f193eef62c6f79f65c919faec.zip
...
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix7
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 = {