8 lines
217 B
Nix
8 lines
217 B
Nix
# yukari is an arch-based (for now) distro running in Windows under WSL
|
|
# as such, it does not have or need a graphical shell
|
|
{ inputs, lib, pkgs, ... }: {
|
|
imports = [
|
|
./global.nix
|
|
./desktop/hyprland
|
|
];
|
|
}
|