refactor(stylix): add home-manager integration
This commit is contained in:
parent
a70aebffff
commit
6e258fc023
16 changed files with 52 additions and 33 deletions
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
stylix.cursor = {
|
||||
name = "wii-cursor";
|
||||
# package = inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor;
|
||||
package = builtins.trace (inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor
|
||||
) (inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor);
|
||||
size = 20;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue