Importing custom own flake

This commit is contained in:
2026-04-10 17:26:52 +02:00
parent 2efe86cc7c
commit 11cd51ffd1
5 changed files with 56 additions and 10 deletions

View File

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