diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-18 17:37:23 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-18 17:37:23 -0800 |
| commit | 29cdfb16d031ba6d4fc85f1f5332ccf36744322e (patch) | |
| tree | 1275d46fa6524e0614beaa987b56ba91ae3ae906 /roles/desktop | |
| parent | d08de8bc8c422b2b78365f017a97f9e2fc7197ef (diff) | |
wayland: properly install waybar
Diffstat (limited to 'roles/desktop')
| -rw-r--r-- | roles/desktop/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/desktop/default.nix b/roles/desktop/default.nix index dc5adfe..b94e14b 100644 --- a/roles/desktop/default.nix +++ b/roles/desktop/default.nix @@ -62,8 +62,6 @@ let cfg = config.roles.desktop; in { xwayland.enable = true; }; - programs.waybar.enable = true; - fonts = { packages = with pkgs; [ noto-fonts |