untracked vars

This commit is contained in:
willifan 2024-05-20 15:26:11 +02:00
parent 5737813aad
commit 6c4eab1e9d
3 changed files with 2 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vars/*

View File

@ -35,7 +35,7 @@
"x86_64-linux"
];
inherit (nixpkgs) lib;
configVars = import ./vars { inherit inputs lib; };
configVars = import /home/willifan/.nix-config/vars { inherit inputs lib; };
specialArgs = { inherit inputs outputs configVars nixpkgs; };
in
{

View File

@ -1,6 +0,0 @@
{ ... }:
{
username = "willifan";
hostname = "Puenktchen";
email = "willifan@proton.me";
}