nix-config/hosts/desktop/home.nix

9 lines
95 B
Nix

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