Skip to content

Commit

Permalink
Add hyprland-vnc and hyprbars to default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 7, 2024
1 parent da53400 commit f9bd303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion home/features/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

{
imports = [
./rofi.nix
# ./rofi.nix
./waybar.nix
./basic-binds.nix
./hyprland-vnc.nix
./hyprbars.nix
];

home = {
Expand Down
2 changes: 1 addition & 1 deletion home/features/desktop/hyprland/hyprbars.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# in
{
wayland.windowManager.hyprland = {
# plugins = [ hyprbars ];
plugins = [ pkgs.hyprbars ];
settings = {
"plugin:hyprbars" = {
bar_height = 25;
Expand Down

0 comments on commit f9bd303

Please sign in to comment.