From f9bd3039055db90372e2cf4e17c64cad3d7f5123 Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Wed, 6 Mar 2024 18:51:35 -0600 Subject: [PATCH] Add hyprland-vnc and hyprbars to default.nix --- home/features/desktop/hyprland/default.nix | 4 +++- home/features/desktop/hyprland/hyprbars.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/hyprland/default.nix b/home/features/desktop/hyprland/default.nix index 8cd90048..cee17b60 100644 --- a/home/features/desktop/hyprland/default.nix +++ b/home/features/desktop/hyprland/default.nix @@ -5,9 +5,11 @@ { imports = [ - ./rofi.nix + # ./rofi.nix ./waybar.nix ./basic-binds.nix + ./hyprland-vnc.nix + ./hyprbars.nix ]; home = { diff --git a/home/features/desktop/hyprland/hyprbars.nix b/home/features/desktop/hyprland/hyprbars.nix index 31bdf7fc..7ac57670 100644 --- a/home/features/desktop/hyprland/hyprbars.nix +++ b/home/features/desktop/hyprland/hyprbars.nix @@ -17,7 +17,7 @@ # in { wayland.windowManager.hyprland = { - # plugins = [ hyprbars ]; + plugins = [ pkgs.hyprbars ]; settings = { "plugin:hyprbars" = { bar_height = 25;