clean-up-nixos-modules #47

Merged
fabianhauser merged 8 commits from clean-up-nixos-modules into main 2025-03-24 14:29:51 +01:00
9 changed files with 0 additions and 2 deletions
Showing only changes of commit 94510a8cd9 - Show all commits

View file

@ -9,7 +9,6 @@
{ {
imports = [ imports = [
../base-minimal
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
]; ];

View file

@ -6,7 +6,6 @@
}: }:
{ {
imports = [ imports = [
../base-minimal
./applications.nix ./applications.nix
]; ];