feat: gets spaceport working

This commit is contained in:
2024-04-25 07:03:55 +00:00
parent 2b72486a25
commit 7da08209cb
8 changed files with 44 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, customPackageOverlays, ... }:
{ pkgs, customPackageOverlay, ... }:
let
custom-fonts = import ../../fonts { inherit pkgs; };
@@ -109,7 +109,9 @@ in
programs.zsh.enable = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = customPackageOverlays;
nixpkgs.overlays = [
customPackageOverlay
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.