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:
parent
bda9deb791
commit
86402a17b6
424 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue