diff options
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" ]; }; |
