refactor: moved user-specific nix modules into the users/modules directory

This commit is contained in:
Mohammad Rafiq 2025-03-01 06:01:40 +08:00
parent 169a8785ee
commit abfacba0aa
8 changed files with 11 additions and 9 deletions

View file

@ -1,7 +0,0 @@
{self, pkgs, ...}:
{
home.packages = [
self.packages.${pkgs.stdenv.system}.nvf
];
}