working on zsh

This commit is contained in:
2026-03-09 19:54:57 +01:00
parent 30a97d3bc9
commit a7e5893a43
3 changed files with 337 additions and 337 deletions
+335 -335
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -650,7 +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
packagesConfPath = "${builtins.toString flakeRoot.outPath}/assets/conf/apps/packages.conf";
packagesConfPath = "${flakeRoot}/assets/conf/apps/packages.conf";
raw = builtins.readFile packagesConfPath;
# IMPORTANT: explicit "\n" so we never accidentally split into characters
rawLines = lib.splitString "\n" raw;
@@ -1,6 +1,6 @@
{ config, lib, pkgs, flakeRoot, inputs, ... }:
let
packagesConfPath = "${builtins.toString flakeRoot.outPath}/assets/conf/apps/packages.conf";
packagesConfPath = "${flakeRoot}/assets/conf/apps/packages.conf";
raw = builtins.readFile packagesConfPath;
# IMPORTANT: explicit "\n" so we never accidentally split into characters
rawLines = lib.splitString "\n" raw;