👉 Replaced pointer with working Catppuccin pointer, start nix-shells in
fish
This commit is contained in:
16
home-manager/cursors.nix
Normal file
16
home-manager/cursors.nix
Normal file
@ -0,0 +1,16 @@
|
||||
let
|
||||
theme = import ../theme.nix;
|
||||
in
|
||||
{
|
||||
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