feat(stylix): add banana cursor
This commit is contained in:
parent
f3c8595eb7
commit
5ddc46020f
3 changed files with 18 additions and 7 deletions
|
@ -4,16 +4,10 @@
|
|||
inputs.stylix.nixosModules.stylix
|
||||
./themes/darkviolet.nix
|
||||
./fonts/sauce-code-pro.nix
|
||||
./cursors/banana-cursor.nix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
image = ../../media/wallpaper.jpg;
|
||||
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