diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:06:05 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:06:05 -0800 |
| commit | cb961051f8307a0bfd6e75acb52a7b7ac003e4d0 (patch) | |
| tree | c2e3e29716bf10bb5d95d2c11d8692672c379c5f /flake | |
| parent | move remote-unlock as a profile (diff) | |
| download | infra-cb961051f8307a0bfd6e75acb52a7b7ac003e4d0.tar.gz | |
simplify configuration for darwin
Diffstat (limited to 'flake')
| -rw-r--r-- | flake/hosts.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/flake/hosts.nix b/flake/hosts.nix index b2dac30..e736d96 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -165,12 +165,6 @@ let pkgs.git ]; } - { - home-manager.users.${adminUser.name}.imports = [ - "${self}/home/programs/bat.nix" - { home.stateVersion = "25.05"; } - ]; - } ] ++ defaultModules ++ [ @@ -218,13 +212,6 @@ in { imports = defaultModules ++ [ inputs.my-go-tools.nixosModules.default - inputs.home-manager.nixosModules.home-manager - { - home-manager.users.${adminUser.name}.imports = [ - "${self}/home/programs/bat.nix" - { home.stateVersion = "25.05"; } - ]; - } ]; }; |
