Test
This commit is contained in:
parent
674cc7a7f5
commit
9e95ad7e15
3 changed files with 7 additions and 2 deletions
|
@ -25,6 +25,11 @@
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night-eighties.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night-eighties.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
targets = {
|
targets = {
|
||||||
|
vscode.enable = true;
|
||||||
|
kitty = {
|
||||||
|
enable = true;
|
||||||
|
variant256colors = true;
|
||||||
|
};
|
||||||
waybar = {
|
waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCenterBackColors = true;
|
enableCenterBackColors = true;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
cwd-max-depth = 1;
|
cwd-max-depth = 1;
|
||||||
condensed = true;
|
condensed = true;
|
||||||
# valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16
|
# valid choices: default, low-contrast, gruvbox, solarized-dark16, solarized-light16
|
||||||
theme = "gruvbox";
|
# theme = "gruvbox";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
"venv"
|
"venv"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
home.file.".config/btop/btop.conf".text = ''
|
home.file.".config/btop/btop.conf".text = ''
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
color_theme = "everforest-dark-hard"
|
color_theme = "tty"
|
||||||
theme_background = True
|
theme_background = True
|
||||||
truecolor = True
|
truecolor = True
|
||||||
force_tty = False
|
force_tty = False
|
||||||
|
|
Loading…
Reference in a new issue