refactor: explicitly allow unfree packages

This commit is contained in:
Oliver Davies 2025-07-28 23:36:48 +01:00
parent 4ac31540af
commit 5131641023
12 changed files with 64 additions and 7 deletions

View file

@ -1,4 +1,8 @@
{
nixpkgs.allowedUnfreePackages = [
"zsh-abbr"
];
flake.modules.homeManager.base.programs.zsh.zsh-abbr.abbreviations = {
cl = "clear";
cs = "create-script";