summaryrefslogtreecommitdiff
path: root/nix-home-config/firelink.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-05-19 22:01:38 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-05-19 22:01:38 -0400
commit5de38e2eca11ec08fafd025e126b02a90d0fac2c (patch)
treec0ed33dbeedef16f44a2cdd48b86c70c4f2fdcfa /nix-home-config/firelink.nix
parent6a84396fa253288f6b87f49652d95d85a0573953 (diff)
gaming setup
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";
+}