formating
This commit is contained in:
parent
fd344846f1
commit
77c458ff10
3 changed files with 6 additions and 9 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{ inputs, outputs, pkgs, pkgs-stable, ... }: {
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
home-manager.extraSpecialArgs = {
|
||||
pkgs-stable = import pkgs-stable {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
pkgs-stable = import pkgs-stable { config.allowUnfree = true; };
|
||||
inherit inputs outputs;
|
||||
};
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue