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
];
}

View file

@ -5,6 +5,11 @@
./alacritty.nix ./alacritty.nix
./gtk.nix ./gtk.nix
./vscode.nix ./vscode.nix
./1password.nix
];
home.packages = with pkgs; [
vesktop
]; ];
home.sessionVariables = { home.sessionVariables = {

View file

@ -8,7 +8,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
wf-recorder wf-recorder
wl-clipboard wl-clipboard
vesktop
xdg-utils xdg-utils
nautilus nautilus
adwaita-icon-theme adwaita-icon-theme