mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: niri, and so much more o.o
This commit is contained in:
parent
f61eca52be
commit
79bf49841b
61 changed files with 1412 additions and 1683 deletions
12
home/environments/niri/cursor.nix
Normal file
12
home/environments/niri/cursor.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }: {
|
||||
catppuccin.cursors.enable = true;
|
||||
home.pointerCursor = {
|
||||
dotIcons.enable = true;
|
||||
x11 = {
|
||||
enable = true;
|
||||
defaultCursor = config.home.pointerCursor.name;
|
||||
};
|
||||
gtk.enable = true;
|
||||
size = 32;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue