dend: wip home

This commit is contained in:
2026-03-27 18:49:27 +01:00
parent bb919f666b
commit a5c8c05c7c
40 changed files with 1463 additions and 11 deletions

View File

@@ -7,7 +7,6 @@
modules = [
({...}: {
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [self.overlays.unstable self.overlays.bulk-transcode];
})
./configuration.nix
@@ -25,6 +24,8 @@
self.nixosModules.games
self.nixosModules.creative
self.nixosModules.openhantek
self.nixosModules.unstable-overlay
self.nixosModules.bulk-transcode-overlay
];
};
}