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.
enable = true;
wrapperFeatures.gtk = true;
systemdIntegration = true;
systemd.enable = true;
extraConfig = ''
bindsym --release ${mod}+d exec ${sc}/bin/sc

View File

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

View File

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