refactor(configurations): add default nixos module

This commit is contained in:
Mohammad Rafiq 2025-07-06 23:56:11 +08:00
parent 90a42fc7d5
commit 966ed51a21
No known key found for this signature in database
7 changed files with 36 additions and 46 deletions

View file

@ -9,5 +9,5 @@ let
in
{
imports = [ hm.flakeModules.home-manager ];
flake.modules.nixos.common = globalCfg;
flake.modules.nixos.default = globalCfg;
}