diff options
Diffstat (limited to 'home-manager/home.nix')
| -rw-r--r-- | home-manager/home.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 9928e31..f07a960 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, hyprland-plugins, ... }: # let # home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; # unstable = import <nixpkgs-unstable>{}; @@ -157,9 +157,9 @@ }; # wayland.windowManager.hyprland = { # enable = true; - # plugins = [ - # hyprland-plugins.packages.${pkgs.system}.hyprcursor #hyprcursor is a built-in not a plugin - # ]; + # # plugins = [ + # # hyprland-plugins.packages.${pkgs.system}.hyprcursor #hyprcursor is a built-in not a plugin + # # ]; # }; programs = { |
