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
|
./alacritty.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./1password.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue