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
All checks were successful
Nix Format Check / check-format (push) Successful in 39s
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user