feat: attempts to add spaceport

This commit is contained in:
2024-04-25 06:08:43 +00:00
parent e6411a27af
commit a2db12bcf3
4 changed files with 17 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, customPackageOverlay, modulesPath, ... }:
{ pkgs, customPackageOverlays, modulesPath, ... }:
let
custom-fonts = import ../../fonts { inherit pkgs; };
@@ -35,9 +35,7 @@ in
'';
nixpkgs.overlays = [
customPackageOverlay.overlay
];
nixpkgs.overlays = customPackageOverlays;
system.stateVersion = "22.05";