and adapt setup to changes
This commit is contained in:
2026-05-31 08:35:22 +02:00
parent 7ed536d39a
commit 0a4a0737ff
12 changed files with 99 additions and 100 deletions

View File

@@ -56,11 +56,4 @@
};
programs.home-manager.enable = true;
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-32.3.3"
];
};
}