Files
nix-config/home/linux/gui.nix

12 lines
115 B
Nix

{
imports = [
../base/core
../base/tui
../base/gui
../base/home.nix
./base
./gui
];
}