This commit is contained in:
2024-05-12 21:44:36 +02:00
parent 95e7012e14
commit bdd07011f6
12 changed files with 114 additions and 26 deletions

View File

@@ -3,5 +3,7 @@
{
imports = [ ./programs/default-laptop.nix ./services ./default.nix ];
home.file,"git/minlog".source = config.lib.file.mkOutOfStorageSymlink "${pkgs.minlog}/share/minlog";
home.file."minlog".source =
config.lib.file.mkOutOfStoreSymlink "${pkgs.minlog}/share/minlog";
}