nix-config/hosts/desktops/common/default.nix

9 lines
96 B
Nix

{ ... }:
{
imports = [
./home-manager.nix
./impermanence.nix
./stylix.nix
];
}