Set up autostart layout for i3

This commit is contained in:
Elnu 2023-01-22 19:32:46 -08:00
parent bb9afe7a51
commit f48fa5a9cb
4 changed files with 40 additions and 15 deletions

View file

@ -1,5 +1,5 @@
{ ... }:
{
imports = [ (import ./i3.nix) ];
imports = [ (import ./i3) ];
}