nginx and added overlays to desktop

This commit is contained in:
FredzyW 2024-06-14 20:59:25 +02:00
parent 1ef82ce185
commit 3f000661ad
3 changed files with 20 additions and 16 deletions

View file

@ -93,7 +93,11 @@
myhostname = "desktop";
};
# > Our main home-manager configuration file <
modules = [./config/home.nix];
modules = [
./config/home.nix
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-fw-pkgs ]; })
];
};
"fw@jobb" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;