mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
fixed the switch
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
8529f8bd45
commit
a8c6f74470
1 changed files with 1 additions and 2 deletions
|
@ -19,12 +19,11 @@
|
|||
./ultrapc/configuration.nix
|
||||
];
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux;
|
||||
homeConfigurations = {
|
||||
ultra = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
# specialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
modules = [ ./ultrapc/home.nix ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue