This commit is contained in:
mjallen18
2026-01-14 18:38:22 -06:00
parent 7306b08762
commit 455ea26cdc
5 changed files with 53 additions and 12 deletions

View File

@@ -144,6 +144,10 @@
stylix.nixosModules.stylix
];
modules.home = with inputs; [
nix-index-database.homeManagerModules.nix-index
];
# common darwin modules
modules.darwin = with inputs; [
nix-homebrew.darwinModules.nix-homebrew
@@ -283,6 +287,7 @@
channels-config = {
allowUnfree = true;
allowUnsupportedSystem = true;
permittedInsecurePackages = [
# ...
# "libsoup-2.74.3"