diff --git a/.config/nix/users/ziro/darwin.nix b/.config/nix/users/ziro/darwin.nix index 208734c..951649d 100644 --- a/.config/nix/users/ziro/darwin.nix +++ b/.config/nix/users/ziro/darwin.nix @@ -8,6 +8,8 @@ browsers = [ "brave" "chrome" ]; # Arc and Chrome share the same `Application Support` dir, not sure why tbh. }; + home.file."Library/Application Support/Floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; + # Swap CapsLock with Esc for better vi-mode experience. launchd.agents.CapsEscSwap = { enable = true; diff --git a/.config/nix/users/ziro/default.nix b/.config/nix/users/ziro/default.nix index 341e933..422e066 100644 --- a/.config/nix/users/ziro/default.nix +++ b/.config/nix/users/ziro/default.nix @@ -16,7 +16,5 @@ ''; }; - home.file.".floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; - home.stateVersion = "24.11"; } diff --git a/.config/nix/users/ziro/linux.nix b/.config/nix/users/ziro/linux.nix index 56a5b8e..49d8c21 100644 --- a/.config/nix/users/ziro/linux.nix +++ b/.config/nix/users/ziro/linux.nix @@ -2,4 +2,6 @@ { home.homeDirectory = "/home/ziro"; + + home.file.".floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; }