diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-03 15:41:20 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-03 15:41:20 +0530 |
| commit | 1c53159c5af290a3d90376c5375af602ac55c94a (patch) | |
| tree | d209b0d7c4f9ce9d99fa7cd1da8b677e1b62f94f /common/modules/bspwm/default.nix | |
| parent | 415f9f859e5ee48bd7e28468b95cd3fadba33f7e (diff) | |
Polybar my ass
Diffstat (limited to 'common/modules/bspwm/default.nix')
| -rw-r--r-- | common/modules/bspwm/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/modules/bspwm/default.nix b/common/modules/bspwm/default.nix index 9edc85c..e001c5d 100644 --- a/common/modules/bspwm/default.nix +++ b/common/modules/bspwm/default.nix @@ -40,8 +40,6 @@ let "st"; in { - imports = lib.optionalAttrs homeManager [ ./polybar.nix ]; - options.${moduleNameSpace}.bspwm = { enable = lib.mkEnableOption "bspwm setup"; }; @@ -118,7 +116,6 @@ in "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "gnome-keyring-daemon --start --components=secrets,ssh,pkcs11" "xrandr --output eDP --set TearFree on" - "polybar" ]; }; |
