dotfiles/profiles/default.nix

11 lines
105 B
Nix

{
imports = [
./base
./xsession
./zsh
./gui.nix
./non-nixos.nix
./games
];
}