2024-11-23 02:07 : id 214
This commit is contained in:
parent
592baf1eb0
commit
9e8cd62037
@ -39,6 +39,7 @@ let
|
||||
DUNST_ORIGIN = "top-center";
|
||||
GTK_THEME = "nordic";
|
||||
GTK_ICONS = "zafiro-icons";
|
||||
GTK_CURSOR = "nordzy-cursor-theme";
|
||||
in
|
||||
{
|
||||
|
||||
@ -95,6 +96,10 @@ in
|
||||
name = "${GTK_THEME}";
|
||||
package = pkgs.${GTK_THEME};
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "${GTK_CURSOR}";
|
||||
package = pkgs.${GTK_CURSOR};
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
neovim = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user