From c5df241cef1b62f174a9fb6aa52ee711963c307a Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 24 May 2024 23:27:18 -0600 Subject: weird merge and update --- home-manager/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home-manager') 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 {}; @@ -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 = { -- cgit v1.2.3