nix-config/hosts/desktop/home.nix

8 lines
75 B
Nix

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