Configure desktop

This commit is contained in:
Elnu 2023-01-12 18:49:45 -08:00
parent 0461a90ff8
commit 58c1114531
6 changed files with 119 additions and 0 deletions

5
hosts/desktop/home.nix Normal file
View file

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