horrorcode

This commit is contained in:
sadan 2024-11-26 18:11:37 -05:00
parent 9e725e02b6
commit 723b2c2c66
No known key found for this signature in database

View file

@ -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;
};