set up 1password gui
This commit is contained in:
parent
50ae1f3d3f
commit
452d386e25
3 changed files with 10 additions and 1 deletions
5
home/common/desktop/1password.nix
Normal file
5
home/common/desktop/1password.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
_1password-gui
|
||||
];
|
||||
}
|
|
@ -5,6 +5,11 @@
|
|||
./alacritty.nix
|
||||
./gtk.nix
|
||||
./vscode.nix
|
||||
./1password.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
home.packages = with pkgs; [
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
vesktop
|
||||
xdg-utils
|
||||
nautilus
|
||||
adwaita-icon-theme
|
||||
|
|
Loading…
Add table
Reference in a new issue