This commit is contained in:
Till 2026-03-05 22:01:29 +01:00
parent 6f30269e1e
commit 2159780ece
5 changed files with 17 additions and 15 deletions

View file

@ -34,7 +34,7 @@
till = {
imports = [
./home/minimal.nix
./home/profiles/minimal.nix
./users/till/home.nix
];
};
@ -42,6 +42,18 @@
};
};
}
{
# firefox-addons.config.allowUnfreePredicate = pkg:
# builtins.elem (nixpkgs.lib.getName pkg) [
# "tampermonkey"
# ];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (nixpkgs.lib.getName pkg) [
"outline"
];
}
];
};