This commit is contained in:
Miguel Palhas
2026-06-27 14:17:02 +01:00
parent 4eeef628b0
commit a2b4d0f479
34 changed files with 15 additions and 60 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, inputs, ... }:
{ pkgs, config, ... }:
let
nordzy-cursors = pkgs.callPackage ../../../../pkgs/nordzy-cursors/package.nix { };
cursorSize = config.custom.hyprland.cursorSize;
@@ -1,6 +1,5 @@
{
config,
inputs,
lib,
pkgs,
...