diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-07 19:57:25 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-07 19:57:25 +0100 |
| commit | 7927600af46abc7403e4b59b06a83fca26867a8e (patch) | |
| tree | dbd0231606bdefbe6fa2d8044ef98fb5b0076b7a | |
| parent | a24ee910db71df2246d6dafb13500ad76d0942bc (diff) | |
removed i3-status.nix
| -rw-r--r-- | modules/home/i3wm/nord-blue/default.nix | 1 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3-status.nix | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/modules/home/i3wm/nord-blue/default.nix b/modules/home/i3wm/nord-blue/default.nix index 866fedb..2e11b02 100644 --- a/modules/home/i3wm/nord-blue/default.nix +++ b/modules/home/i3wm/nord-blue/default.nix @@ -4,7 +4,6 @@ imports = [ ./alacritty.nix ./i3.nix - ./i3-status.nix ./picom.nix ]; }
\ No newline at end of file diff --git a/modules/home/i3wm/nord-blue/i3-status.nix b/modules/home/i3wm/nord-blue/i3-status.nix deleted file mode 100644 index 5fe7eb6..0000000 --- a/modules/home/i3wm/nord-blue/i3-status.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, config, lib, ... }: - -let - vars = import ./variables.nix; -in -{ - programs.i3blocks = { - enable = true; - - bars = [ - "i3blocks" - ]; - }; -}
\ No newline at end of file |
