WIP: Unfree problems
This commit is contained in:
+5
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user