summaryrefslogtreecommitdiff
path: root/nix-home-config/aji.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-home-config/aji.nix')
-rw-r--r--nix-home-config/aji.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix-home-config/aji.nix b/nix-home-config/aji.nix
new file mode 100644
index 0000000..af21dbd
--- /dev/null
+++ b/nix-home-config/aji.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{
+ imports = [
+ ./my-env.nix
+ ];
+
+ home.stateVersion = "19.03";
+}