nix-config/hosts/pang13/home.nix
2023-10-02 14:00:50 -07:00

10 lines
146 B
Nix

{ ... }:
{
imports = [
(import ./apps.nix)
(import ./i3)
(import ../thinkpads/i3.nix)
(import ../thinkpads/polybar.nix)
];
}