refactor: move to hyprland
This commit is contained in:
10
host/common/optional/desktop/hyprland/cursor.nix
Normal file
10
host/common/optional/desktop/hyprland/cursor.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"apple_cursor"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
apple-cursor
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user