revert 1password to nixos only, we install 1password on fedora by hand
All checks were successful
Nix Format Check / check-format (push) Successful in 39s

This commit is contained in:
2025-01-02 02:02:04 +01:00
parent 4fab06b82b
commit 9236bf36f1
2 changed files with 25 additions and 16 deletions

View File

@ -1,16 +0,0 @@
{ pkgs, pkgs-unstable, ... }:
{
home.packages = [
pkgs-unstable._1password-cli
pkgs-unstable._1password-gui
];
xdg.configFile."1password/custom_allowed_browsers" = {
text = ''
firefox
brave
zen
'';
executable = true;
};
}