summaryrefslogtreecommitdiff
path: root/hosts/libreX60/home-timmy/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-11 17:20:52 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-11 17:20:52 -0500
commit4e4ec16117af9dbf1043e8b9e82e908e0efbfa75 (patch)
tree235e7a77f52e380720ebc6f7d7491ea87f421530 /hosts/libreX60/home-timmy/configuration.nix
parent9c851cb90d57ec2d2f4041cba3b684974d462231 (diff)
downloadnixos-standalone-home.tar.xz
nixos-standalone-home.zip
new standalone home-manager config in flakestandalone-home
Diffstat (limited to 'hosts/libreX60/home-timmy/configuration.nix')
-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;
+}