switch niri config to nix format
This commit is contained in:
parent
b22cabaa8d
commit
d2f8dff81e
8 changed files with 388 additions and 671 deletions
|
|
@ -33,13 +33,10 @@
|
|||
_2ship2harkinian
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "catppuccin-mocha-blue-cursors";
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-blue-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaBlue;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
|
|
|||
|
|
@ -33,13 +33,10 @@
|
|||
moonlight-qt
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "catppuccin-mocha-peach-cursors";
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "catppuccin-mocha-peach-cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaPeach;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue