summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/libreX60/home-timmy/configuration.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/libreX60/home-timmy/configuration.nix b/hosts/libreX60/home-timmy/configuration.nix
new file mode 100644
index 0000000..a5f064c
--- /dev/null
+++ b/hosts/libreX60/home-timmy/configuration.nix
@@ -0,0 +1,8 @@
+{
+ imports = [ ../home.nix ];
+
+ targets.genericLinux.enable = true;
+
+ _archetypes.profiles.desktop.enable = true;
+ _users.timmy.home.enable = true;
+}