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.
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
systemdIntegration = true;
|
||||
systemd.enable = true;
|
||||
|
||||
extraConfig = ''
|
||||
bindsym --release ${mod}+d exec ${sc}/bin/sc
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
theme = "monokai_pro_spectrum";
|
||||
editor.auto-pairs = false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
enable = true;
|
||||
bar = {
|
||||
network.wifi = "wlp0s20f3";
|
||||
battery.name = "BAT0";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue