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