summaryrefslogtreecommitdiff
path: root/nixpkgs/lindy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lindy.nix')
-rw-r--r--nixpkgs/lindy.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixpkgs/lindy.nix b/nixpkgs/lindy.nix
new file mode 100644
index 0000000..1dbc65f
--- /dev/null
+++ b/nixpkgs/lindy.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }: {
+ imports = [ ./common.nix ];
+
+ home.homeDirectory = "/home/lx.nix";
+ xdg.userDirs.download = "/home/lx.nix/Downloads";
+}
+