add pointer
This commit is contained in:
parent
b28046ce7f
commit
1943dda433
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ in
|
|||
];
|
||||
|
||||
home-manager.users.sako = { pkgs , ...}: {
|
||||
home.pointerCursor = {
|
||||
name = "Catppuccin-Mocha-Dark";
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaDark;
|
||||
};
|
||||
gtk = {
|
||||
theme.name = "vmix-dark-ruby";
|
||||
iconTheme.name = "Vimix Ruby Dark";
|
||||
|
|
Loading…
Reference in a new issue