nginx and added overlays to desktop
This commit is contained in:
parent
1ef82ce185
commit
3f000661ad
3 changed files with 20 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue