diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-03 15:51:31 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-03 15:51:31 +0100 |
commit | 27a172993d78bf736ab1e5a14a7a5525f4866235 (patch) | |
tree | 574961cae5bb86fd88090b21c1680abea0d9ccc8 /accounts | |
parent | bc67eb3226ef9880cd368be02dac3afde89661e9 (diff) | |
download | nixos-27a172993d78bf736ab1e5a14a7a5525f4866235.tar nixos-27a172993d78bf736ab1e5a14a7a5525f4866235.tar.gz nixos-27a172993d78bf736ab1e5a14a7a5525f4866235.tar.bz2 nixos-27a172993d78bf736ab1e5a14a7a5525f4866235.tar.xz nixos-27a172993d78bf736ab1e5a14a7a5525f4866235.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 00707e87..68faa201 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -271,7 +271,8 @@ in { | |||
271 | output = [ "eDP-1" "DP-2" "DP-3" ]; | 271 | output = [ "eDP-1" "DP-2" "DP-3" ]; |
272 | modules-left = [ "hyprland/workspaces" ]; | 272 | modules-left = [ "hyprland/workspaces" ]; |
273 | modules-center = [ "hyprland/window" ]; | 273 | modules-center = [ "hyprland/window" ]; |
274 | modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; | 274 | modules-right = [ # "custom/worktime" "custom/worktime-today" |
275 | "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; | ||
275 | 276 | ||
276 | "custom/weather" = { | 277 | "custom/weather" = { |
277 | format = "{}"; | 278 | format = "{}"; |