mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
6 lines
80 B
Nix
6 lines
80 B
Nix
|
{ ... }: {
|
||
|
|
||
|
services.xserver.windowManager = { i3 = { enable = true; }; };
|
||
|
|
||
|
}
|