dotfiles/modules/nixos/profiles/graphical/default.nix

6 lines
52 B
Nix

{
imports = [
./wm.nix
./audio.nix
];
}