set up 1password gui

This commit is contained in:
insects 2024-08-19 14:29:09 +02:00
parent 50ae1f3d3f
commit 452d386e25
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
_1password-gui
];
}