From 4e4ec16117af9dbf1043e8b9e82e908e0efbfa75 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 11 May 2026 17:20:52 -0500 Subject: new standalone home-manager config in flake --- hosts/libreX60/home-timmy/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hosts/libreX60/home-timmy/configuration.nix (limited to 'hosts/libreX60/home-timmy') 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; +} -- cgit v1.2.3