set up nixos on yukari

This commit is contained in:
insects 2024-08-10 19:16:09 +02:00
parent e2b9168d8f
commit 9373febdb6
9 changed files with 191 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# 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, ... }: {
# nothing here yet...
imports = [
./global.nix
./desktop/hyprland
];
}