diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 12:29:11 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 13:05:15 +0100 |
commit | ddd0dfab87c7296c1fe9233562f91730d3c8c674 (patch) | |
tree | dfe0c342136ac7e116007210e19455e76f9bd18e /hosts/default.nix | |
parent | Home: Install emacs packages (diff) | |
download | nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.gz nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.bz2 nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.zip |
fmt
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 6808208..05a59d2 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -46,24 +46,24 @@ let else if isMacOS then nix-darwin.lib.darwinSystem - { - inherit system; - specialArgs = extraArgs; - modules = [ - ./darwin.nix - home-manager.darwinModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = extraArgs; - home-manager.users."manuel.palenzuela" = { - imports = [ - ./home-darwin.nix - ]; - }; - } - ]; - } + { + inherit system; + specialArgs = extraArgs; + modules = [ + ./darwin.nix + home-manager.darwinModules.home-manager + { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.extraSpecialArgs = extraArgs; + home-manager.users."manuel.palenzuela" = { + imports = [ + ./home-darwin.nix + ]; + }; + } + ]; + } else home-manager.lib.homeManagerConfiguration { |