home config migration
This commit is contained in:
parent
64f4c4f5b0
commit
4bba4871b4
25 changed files with 1296 additions and 16 deletions
8
modules/home/rice/cursor.nix
Normal file
8
modules/home/rice/cursor.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ctp-opt, ... }: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors."${ctp-opt.flavor}Light";
|
||||
name = "catppuccin-${ctp-opt.flavor}-light-cursors";
|
||||
size = 24;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue