I3: Difference between revisions

imported>Fadenb
m I3-gaps frok: typo fix: fork
imported>Fadenb
m highlighting + missing semicolon
Line 30: Line 30:
To use i3-gaps fork, the following line should be added to the configuration.nix:   
To use i3-gaps fork, the following line should be added to the configuration.nix:   


<code>service.xserver.windowManager.i3.package = pkgs.i3-gaps</code>.
<syntaxhighlight lang="nix" inline>service.xserver.windowManager.i3.package = pkgs.i3-gaps;</syntaxhighlight>


===DConf===
===DConf===