diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:27:18 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:27:18 -0600 |
| commit | c5df241cef1b62f174a9fb6aa52ee711963c307a (patch) | |
| tree | b104671adf833c7d2cf56c6fb2023bc436454beb /home-manager/home.nix | |
| parent | be2417e860e5c63033ee579b2f0246013d4a4313 (diff) | |
weird merge and update
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 = { |
