✨ Moved common home-manager config to shared/home-manager
This commit is contained in:
15
shared/home-manager/cursors.nix
Normal file
15
shared/home-manager/cursors.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ theme, ... }:
|
||||
|
||||
{
|
||||
catppuccin.cursors = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
accent = "dark";
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
size = 16;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user