mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 18:51:54 -05:00
flake: added special args and backup extension to homeConfigurations
This commit is contained in:
parent
01d3f9d6d7
commit
a578e6b5c1
|
@ -48,10 +48,14 @@
|
|||
aly = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./aly.nix];
|
||||
extraSpecialArgs = inputs;
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
dustin = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [./dustin.nix];
|
||||
extraSpecialArgs = inputs;
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue