mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -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
|
let
|
||||||
NAME = "meyer";
|
NAME = "meyer";
|
||||||
in
|
in
|
||||||
|
@ -25,7 +25,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs stable unstable; };
|
||||||
users = {
|
users = {
|
||||||
"${NAME}" = import ./home.nix;
|
"${NAME}" = import ./home.nix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue