linuxware/shared/home-manager/default.nix

11 lines
100 B
Nix

{ ... }:
{
imports = [
./common.nix
./dotfiles
./gaming.nix
./theming.nix
];
}