Minor tweaks
This commit is contained in:
parent
86198d8802
commit
a2996d1c6e
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -39,7 +39,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "monokai_pro_spectrum";
|
theme = "monokai_pro_spectrum";
|
||||||
|
editor.auto-pairs = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
bar = {
|
bar = {
|
||||||
network.wifi = "wlp0s20f3";
|
network.wifi = "wlp0s20f3";
|
||||||
|
battery.name = "BAT0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue