working on zsh

This commit is contained in:
2026-03-09 20:05:35 +01:00
parent 25b11a576c
commit e41398a744
+1
View File
@@ -650,6 +650,7 @@ This will import all packages listed in ./assets/common/apps/packlages.conf
#+BEGIN_SRC nix :tangle generated/system/applications/packages.nix :noweb tangle :mkdirp yes :eval never-html
{ config, lib, pkgs, flakeRoot, inputs, ... }:
let
nixpkgs.config.allowUnfree = true;
packagesConfPath = "${flakeRoot}/assets/common/apps/packages.conf";
raw = builtins.readFile packagesConfPath;
# IMPORTANT: explicit "\n" so we never accidentally split into characters