🔐 Yubikey
Can now log in using yubikey. Moved icons for hyprcursor and added a manifest file.
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# TODO Not working correctly, see https://github.com/hyprwm/hyprcursor/issues/19
|
||||
home.packages = with pkgs; [
|
||||
hyprcursor
|
||||
];
|
||||
|
||||
# TODO remove in favour of hyprland flake
|
||||
home.file = {
|
||||
".local/share/icons/rose-pine-hyprcursor" = {
|
||||
source = ./icons;
|
||||
".local/share/icons/rose-pine-hyprcursor/manifest.hl".source = ./manifest.hl;
|
||||
".local/share/icons/rose-pine-hyprcursor/hyprcursors" = {
|
||||
source = ./hyprcursors;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
4
hyprland/hyprcursor/manifest.hl
Normal file
4
hyprland/hyprcursor/manifest.hl
Normal file
@ -0,0 +1,4 @@
|
||||
name = rose-pine-hyprcursor
|
||||
description = BreezeX remixed with Rose Pine remixed to Hyprcursor format
|
||||
version = 0.3.2
|
||||
cursors_directory = hyprcursors
|
Reference in New Issue
Block a user