Configuration for pang13

This commit is contained in:
Elnu 2023-09-23 13:06:15 -07:00
parent 7734fbcd64
commit f342ac6f9d
10 changed files with 138 additions and 6 deletions

9
hosts/pang13/home.nix Normal file
View file

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