Switch to SwayFX
This commit is contained in:
parent
6571feaff7
commit
c310042564
41 changed files with 1450 additions and 294 deletions
8
hosts/totsugeki/home-manager/desktop/cursor.nix
Normal file
8
hosts/totsugeki/home-manager/desktop/cursor.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaMauve;
|
||||
name = "catppuccin-mocha-mauve-cursors";
|
||||
size = 32;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue