From 529b52712e10d3c6a33145d4554463dfcfc0e1fc Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 1 Mar 2026 22:27:08 +0100 Subject: [PATCH] phinger cursor --- flake.lock | 41 ++++++++++++++++++++++++++++++++++++++--- flake.nix | 3 +++ home.nix | 1 + 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 9b7fae2..25ab62c 100644 --- a/flake.lock +++ b/flake.lock @@ -159,6 +159,24 @@ "type": "github" } }, + "hyprcursor-phinger": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1763845612, + "narHash": "sha256-78zH5GrYa35bEkzeVnl8uXFbZ/zsiSHayjxZlNt+Xe8=", + "owner": "jappie3", + "repo": "hyprcursor-phinger", + "rev": "1207a845501a28e0e00d4a8e935ee0c9cab30650", + "type": "github" + }, + "original": { + "owner": "jappie3", + "repo": "hyprcursor-phinger", + "type": "github" + } + }, "hyprgraphics": { "inputs": { "hyprutils": [ @@ -199,7 +217,7 @@ "hyprutils": "hyprutils", "hyprwayland-scanner": "hyprwayland-scanner", "hyprwire": "hyprwire", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_3", "pre-commit-hooks": "pre-commit-hooks", "systems": "systems", "xdph": "xdph" @@ -466,6 +484,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1762977756, + "narHash": "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "c5ae371f1a6a7fd27823bc500d9390b38c05fa55", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1771848320, "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", @@ -481,7 +515,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { "locked": { "lastModified": 1771369470, "narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", @@ -546,8 +580,9 @@ "inputs": { "catppuccin": "catppuccin", "home-manager": "home-manager", + "hyprcursor-phinger": "hyprcursor-phinger", "hyprland": "hyprland", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_4", "nixvim": "nixvim", "wallpapers": "wallpapers" } diff --git a/flake.nix b/flake.nix index 0ea3f04..7678644 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,8 @@ url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; + + hyprcursor-phinger.url = "github:jappie3/hyprcursor-phinger"; }; outputs = @@ -61,6 +63,7 @@ ./home.nix catppuccin.homeModules.catppuccin nixvim.homeModules.nixvim + inputs.hyprcursor-phinger.homeManagerModules.hyprcursor-phinger ]; mkHomeConfig = diff --git a/home.nix b/home.nix index 1d78c50..e609e72 100644 --- a/home.nix +++ b/home.nix @@ -68,6 +68,7 @@ ".config/gtk-3.0/gtk.css".source = ./dotfiles/gtk-3.0/gtk.css; ${userConfig.pathConfig.wallpaper}.source = inputs.wallpapers; }; + programs.hyprcursor-phinger.enable = true; # === VARS ===