getting stuff ready for flake to see

This commit is contained in:
2024-04-24 03:51:38 +00:00
parent 48d0d64349
commit 822bc0394e
7 changed files with 87 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, modulesPath, ... }:
{ pkgs, customPackageOverlay, modulesPath, ... }:
let
custom-fonts = import ../../fonts { inherit pkgs; };
@@ -34,6 +34,10 @@ in
experimental-features = nix-command flakes
'';
nixpkgs.overlays = [
customPackageOverlay.overlay
];
system.stateVersion = "22.05";
# Define a user account. Don't forget to set a password with passwd.