Ok I think this should work
This commit is contained in:
parent
460899f2d7
commit
c7d88c9ce5
6 changed files with 19 additions and 4 deletions
|
@ -17,6 +17,12 @@
|
|||
url = "github:nix-community/home-manager/release-24.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Home manager unstable
|
||||
home-manager-unstable = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -88,7 +94,7 @@
|
|||
./home-manager/jimbo_server.nix
|
||||
];
|
||||
};
|
||||
"jimbo@JimDeck" = home-manager.lib.homeManagerConfiguration {
|
||||
"jimbo@JimDeck" = home-manager-unstable.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs-unstable.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue