refactor(nix): port homes to homemanager module

This commit is contained in:
Mohammad Rafiq 2025-07-09 00:53:00 +08:00
parent 2c6cd776ce
commit 2d90d32144
No known key found for this signature in database
5 changed files with 4 additions and 8 deletions

View file

@ -3,7 +3,7 @@ let
inherit (lib.strings) concatStrings;
in
{
flake.homes.rafiq =
flake.modules.homeManager.rafiq =
{ pkgs, ... }:
{
imports = [