test
This commit is contained in:
parent
9fbc05dfa4
commit
93c206dc1d
3 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
||||||
./${theme}/mako-conf.nix
|
./${theme}/mako-conf.nix
|
||||||
./${theme}/rofi-conf.nix
|
./${theme}/rofi-conf.nix
|
||||||
./${theme}/swaylock-conf.nix
|
./${theme}/swaylock-conf.nix
|
||||||
./${theme}/swayosd-conf.nix
|
|
||||||
./${theme}/wlogout-conf.nix
|
./${theme}/wlogout-conf.nix
|
||||||
|
|
||||||
|
# GTK theme applied in
|
||||||
|
./swayosd-conf.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -36,7 +36,7 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# Set the GTK Theme
|
# Set the GTK Theme
|
||||||
GTK_THEME = "Gruvbox-Dark-BL";
|
# GTK_THEME = "Gruvbox-Dark-BL";
|
||||||
XDG_DATA_HOME = "$HOME/.local/share";
|
XDG_DATA_HOME = "$HOME/.local/share";
|
||||||
};
|
};
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
|
|
Loading…
Reference in a new issue