diff options
author | Frankie B <git@diskfloppy.me> | 2023-09-02 19:41:13 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-09-02 19:42:35 +0100 |
commit | 2836fa9c1e6ce925149527ab6b039805220da0d1 (patch) | |
tree | 7fa221d0eb4609ed23057661cb182d8e28bbd8fc /hosts/nixbox/configuration.nix | |
parent | f0607557a04e1009b3f9d2e2024cc01c99e44e6f (diff) |
Clean up home config, add waybar
Diffstat (limited to 'hosts/nixbox/configuration.nix')
-rw-r--r-- | hosts/nixbox/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 50afbf1..af97686 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -169,11 +169,6 @@ sway swayidle helvum - ( - waybar.overrideAttrs (oldAttrs: { - mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; - }) - ) ]; environment.sessionVariables = { |