1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00

treewide: flatten single file modules

Some files don't need nesting and can be root level again to reduce
conflicts with other PRs.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-23 10:56:23 -05:00
parent bda9deb791
commit 86402a17b6
424 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@ let
cfg = config.services.home-manager.autoExpire;
homeManagerPackage = pkgs.callPackage ../../../home-manager {
homeManagerPackage = pkgs.callPackage ../../home-manager {
path = config.programs.home-manager.path;
};

View file

@ -9,7 +9,7 @@ let
cfg = config.services.home-manager.autoUpgrade;
homeManagerPackage = pkgs.callPackage ../../../home-manager {
homeManagerPackage = pkgs.callPackage ../../home-manager {
path = config.programs.home-manager.path;
};

Some files were not shown because too many files have changed in this diff Show more