reformat
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ lib, customConfig, ... }:
|
||||
|
||||
let
|
||||
{
|
||||
lib,
|
||||
customConfig,
|
||||
...
|
||||
}: let
|
||||
username = customConfig.username;
|
||||
dotconfigPath = ../../dotconfig;
|
||||
dotconfigEntries = lib.filterAttrs (name: _: !(lib.hasPrefix "." name)) (builtins.readDir dotconfigPath);
|
||||
@@ -15,8 +17,7 @@ let
|
||||
recursive = true;
|
||||
}
|
||||
);
|
||||
in
|
||||
{
|
||||
in {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.backupFileExtension = "hm-backup";
|
||||
|
||||
Reference in New Issue
Block a user