From 19a6ccdf5cfecee1b8d3e4977ea7237fc21ec204 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 29 Mar 2025 23:14:41 -0500 Subject: [PATCH] feat: init --- modules/home/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/modules/home/default.nix b/modules/home/default.nix index 1a86e9d..6a13da2 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -205,6 +205,27 @@ in theming ; }; + }; + "${deimos.name}-${user2}" = { + imports = builtins.attrValues { + inherit (modules) + cli + firefox + brave + code + ghostty + gaming + spotify + wpsOffice + obsidian + okular + images + videoPlaying + discord + signal + tools + ; + }; }; "${charon.name}-${user1}" = { imports = builtins.attrValues {