nix-config/home/yukari.nix
2024-08-10 19:16:09 +02:00

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
];
}