feat: custom cursor
This commit is contained in:
parent
d657b6b6c3
commit
400caafd12
|
@ -97,6 +97,17 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
name = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
|
gtk.enable = true;
|
||||||
|
size = 32;
|
||||||
|
x11 = {
|
||||||
|
enable = true;
|
||||||
|
defaultCursor = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Laureηt";
|
userName = "Laureηt";
|
||||||
|
@ -171,7 +182,6 @@
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
keybindings = {
|
keybindings = {
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
|
|
Loading…
Reference in a new issue