mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
horrorcode
This commit is contained in:
parent
9e725e02b6
commit
723b2c2c66
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, stable ? pkgs, unstable ? pkgs, ... }:
|
||||
let
|
||||
NAME = "meyer";
|
||||
in
|
||||
|
@ -25,7 +25,7 @@ in
|
|||
};
|
||||
};
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs stable unstable; };
|
||||
users = {
|
||||
"${NAME}" = import ./home.nix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue