my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.

+2 -1
+2 -1
modules/home/tools/zk/default.nix
··· 1 1 { 2 2 config, 3 + lib, 3 4 ... 4 5 }: 5 6 { ··· 9 10 }; 10 11 11 12 home.file.".config/zk/config.toml".source = 12 - config.lib.file.MkOutOfStoreSymlink "${config.home.HomeDirectory}/Nyx/modules/home/tools/zk/config.toml"; 13 + lib.file.MkOutOfStoreSymlink "${config.home.HomeDirectory}/Nyx/modules/home/tools/zk/config.toml"; 13 14 14 15 }