refactor(stylix): add home-manager integration
This commit is contained in:
parent
a70aebffff
commit
6e258fc023
16 changed files with 52 additions and 33 deletions
8
themes/cursors/banana-cursor.nix
Normal file
8
themes/cursors/banana-cursor.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.cursor = {
|
||||
name = "Banana";
|
||||
package = pkgs.banana-cursor;
|
||||
size = 22;
|
||||
};
|
||||
}
|
9
themes/cursors/wii-cursor.nix
Normal file
9
themes/cursors/wii-cursor.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
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