summaryrefslogtreecommitdiff
path: root/home-manager/home.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-22 12:42:06 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-22 12:42:06 -0600
commiteeeb4e22167982715bad2faee445c819a544dcdc (patch)
treec12ac9d9180e110f09ce27b5b4d3e56f3f4d0866 /home-manager/home.nix
parentddd767fd34f8a9c3ac7675b3a425ceed26b1aad8 (diff)
this whole hyprcursor plugin effort was a waste of time
Diffstat (limited to 'home-manager/home.nix')
-rw-r--r--home-manager/home.nix14
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 = {