create passwordstore module
This commit is contained in:
parent
73dd4a55de
commit
0cd3802686
3 changed files with 19 additions and 8 deletions
|
@ -23,6 +23,7 @@ in {
|
|||
./bmenu.nix
|
||||
./fzf.nix
|
||||
./ranger
|
||||
./pass.nix
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
] ++ lib.optional (desktop == "sway") ./sway.nix;
|
||||
|
||||
|
@ -56,15 +57,11 @@ in {
|
|||
ripgrep
|
||||
translate-shell
|
||||
|
||||
(xfce.thunar.override { thunarPlugins = with pkgs.xfce; [
|
||||
thunar-volman
|
||||
thunar-archive-plugin
|
||||
];})
|
||||
(xfce.thunar.override {
|
||||
thunarPlugins = with pkgs.xfce; [ thunar-volman thunar-archive-plugin ];
|
||||
})
|
||||
mate.engrampa
|
||||
# gnome.nautilus
|
||||
pass
|
||||
wpass
|
||||
_gpg-unlock
|
||||
|
||||
## games
|
||||
# lutris-unwrapped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue