👉 Replaced pointer with working Catppuccin pointer, start nix-shells in

fish
This commit is contained in:
2025-01-18 13:59:09 +01:00
parent 0bfa938db3
commit 29ac28bd15
48 changed files with 18 additions and 40 deletions

16
home-manager/cursors.nix Normal file
View 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;
};
}