WIP: Unfree problems

This commit is contained in:
2026-05-06 12:43:02 +02:00
parent d7e3227c8e
commit 8031dca01c
11 changed files with 348 additions and 439 deletions
+5 -1
View File
@@ -35,7 +35,11 @@
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"wezterm.nvim"
];
home = {
username = primaryUser;
stateVersion = "26.05";