user/pass: init
This commit is contained in:
parent
5faaa432de
commit
a568420726
3 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ in {
|
||||||
./user/neovim.nix
|
./user/neovim.nix
|
||||||
./user/npm.nix
|
./user/npm.nix
|
||||||
./user/packages-rin.nix
|
./user/packages-rin.nix
|
||||||
|
./user/pass.nix
|
||||||
./user/picom.nix
|
./user/picom.nix
|
||||||
./user/polybar.nix
|
./user/polybar.nix
|
||||||
./user/rofi.nix
|
./user/rofi.nix
|
||||||
|
|
|
||||||
6
modules/user/pass.nix
Normal file
6
modules/user/pass.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.pass.withExtensions (exts: with exts; [ pass-import pass-otp ]);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
gpg
|
gpg
|
||||||
neovim
|
neovim
|
||||||
npm
|
npm
|
||||||
|
pass
|
||||||
zsh
|
zsh
|
||||||
] ++ lib.optionals enableGUI [
|
] ++ lib.optionals enableGUI [
|
||||||
theming
|
theming
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue