add desktop config

This commit is contained in:
2026-03-16 22:36:12 -04:00
parent 13e5a8ad62
commit 73610ce244
6 changed files with 53 additions and 8 deletions
+12
View File
@@ -21,6 +21,18 @@
./nix/mega.nix
];
};
nixosConfigurations.qmoran-desktop = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./nix/qdhc.nix
./nix/common.nix
./nix/user-quin.nix
./nix/gui1.nix
./nix/mega.nix
];
};
};
}