switch niri config to nix format

This commit is contained in:
Sean Kovacs 2025-12-13 21:31:54 -05:00
commit 229e201897
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 388 additions and 671 deletions

View file

@ -27,13 +27,10 @@
];
home.sessionVariables = {
XCURSOR_THEME = "catppuccin-mocha-green-cursors";
};
gtk.cursorTheme = {
name = "catppuccin-mocha-green-cursors";
package = pkgs.catppuccin-cursors.mochaGreen;
size = 24;
};
programs.plasma = {