Compare commits
No commits in common. "d32d1ff57461e13d9e1d36069ec0bd0b2612ceb8" and "524b6c7f5f55e9d4d188ca58be9845fac4a7a371" have entirely different histories.
d32d1ff574
...
524b6c7f5f
|
@ -35,7 +35,10 @@
|
|||
menu = "${config.programs.rofi.finalPackage}/bin/rofi -show drun";
|
||||
workspaceAutoBackAndForth = true;
|
||||
bars = [];
|
||||
gaps = {inner = 10;};
|
||||
gaps = {
|
||||
inner = 5;
|
||||
outer = 10;
|
||||
};
|
||||
fonts = {
|
||||
names = [fonts.monospace.name];
|
||||
style = "regular";
|
||||
|
|
Loading…
Reference in a new issue