From f0e536f8072cb80785328c21fbb9928c4ddcefcf Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 29 Nov 2023 10:01:47 +0100 Subject: [PATCH] ... --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0999496..916a64a 100644 --- a/flake.nix +++ b/flake.nix @@ -55,10 +55,10 @@ outputs = { self, nixpkgs, ... }@inputs: let - confDir = "/home/me/work/config"; - workDir = "/home/me/work"; - secretsDir = "/home/me/.mysecrets"; - persistentDir = "/home/me/work/app-data"; + confDir = "~/work/config"; + workDir = "~/work"; + secretsDir = "~/.mysecrets"; + persistentDir = "~/work/app-data"; specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; pkgs = import nixpkgs { system = "x86_64-linux"; config = {