Minor tweaks

This commit is contained in:
Riley Apeldoorn 2023-06-17 17:41:19 +02:00
parent 86198d8802
commit a2996d1c6e
3 changed files with 4 additions and 2 deletions

View file

@ -53,7 +53,7 @@ in with lib; {
# This is all required to get it to not die. # This is all required to get it to not die.
enable = true; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
systemdIntegration = true; systemd.enable = true;
extraConfig = '' extraConfig = ''
bindsym --release ${mod}+d exec ${sc}/bin/sc bindsym --release ${mod}+d exec ${sc}/bin/sc

View file

@ -39,7 +39,8 @@
enable = true; enable = true;
settings = { settings = {
theme = "monokai_pro_spectrum"; theme = "monokai_pro_spectrum";
editor.auto-pairs = false;
}; };
}; };
} }

View file

@ -5,6 +5,7 @@
enable = true; enable = true;
bar = { bar = {
network.wifi = "wlp0s20f3"; network.wifi = "wlp0s20f3";
battery.name = "BAT0";
}; };
}; };
} }