Importing custom own flake
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-unstable, lib, ... }:
|
||||
{ pkgs, pkgs-unstable, htt, lib, ... }:
|
||||
|
||||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
@@ -66,6 +66,10 @@
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit htt;
|
||||
};
|
||||
|
||||
users.typo = import ../home.nix;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user