diff options
| -rw-r--r-- | home-manager/home.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index f31bcd5..9708d8e 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: +{ 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>{}; @@ -143,12 +143,12 @@ # EDITOR = "emacs"; }; }; - wayland.windowManager.hyprland = { - enable = true; - plugins = [ - inputs.hyprland-plugins.hyprcursor.packages.${pkgs.system}.default - ]; - }; + # wayland.windowManager.hyprland = { + # enable = true; + # plugins = [ + # hyprland-plugins.packages.${pkgs.system}.hyprcursor #hyprcursor is a built-in not a plugin + # ]; + # }; programs = { qutebrowser = { |
