From aee9216af6875662235fd8839a827e724e53c845 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 22:06:02 +0530 Subject: feat(flake/nixosModules): init --- home/common/home.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/common/home.nix') diff --git a/home/common/home.nix b/home/common/home.nix index b2f4480..6d26166 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -11,6 +11,8 @@ in ./modules/mimeapps.nix ./modules/xdg_ninja.nix ./modules/ssh.nix + ./modules/dev.nix + ../../global/common ]; programs.home-manager.enable = true; -- cgit v1.2.3