working on zsh
This commit is contained in:
+1
-2
@@ -641,7 +641,7 @@ This is top file of this level which contains just an import statement for all r
|
||||
./office_productivity/top.nix
|
||||
./terminal_shell/top.nix
|
||||
];
|
||||
# .. put any code here
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -650,7 +650,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user