From eeeb4e22167982715bad2faee445c819a544dcdc Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 22 Apr 2024 12:42:06 -0600 Subject: this whole hyprcursor plugin effort was a waste of time --- home-manager/home.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'home-manager/home.nix') 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 {}; @@ -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 = { -- cgit v1.2.3