Fix tethys
This commit is contained in:
parent
1e511f9e04
commit
5f8f646ae1
|
@ -1,19 +0,0 @@
|
|||
# I use bitwarden as my main password manager.
|
||||
#
|
||||
# This currently acts as a simple local libsecret store.
|
||||
{ pkgs, config, lib, ... }:
|
||||
let storePath = "${config.home.homeDirectory}/.password-store";
|
||||
in
|
||||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings.PASSWORD_STORE_DIR = storePath;
|
||||
};
|
||||
|
||||
services.pass-secret-service = {
|
||||
inherit storePath;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
satellite.persistence.at.data.apps.pass.directories = [ storePath ];
|
||||
}
|
|
@ -3,19 +3,17 @@
|
|||
imports = [
|
||||
./global.nix
|
||||
|
||||
./features/desktop/zathura.nix
|
||||
./features/desktop/spotify.nix
|
||||
./features/desktop/obsidian.nix
|
||||
./features/desktop/foot.nix
|
||||
./features/desktop/firefox
|
||||
./features/desktop/discord
|
||||
./features/cli/catgirl.nix
|
||||
./features/cli/gpg.nix
|
||||
./features/cli/lazygit.nix
|
||||
./features/cli/nix-index.nix
|
||||
./features/cli/pass.nix
|
||||
./features/cli/productivity
|
||||
./features/cli/zellij.nix
|
||||
./features/desktop/discord
|
||||
./features/desktop/firefox
|
||||
./features/desktop/foot.nix
|
||||
./features/desktop/obsidian.nix
|
||||
./features/desktop/spotify.nix
|
||||
./features/desktop/zathura.nix
|
||||
./features/wayland/hyprland
|
||||
./features/neovim
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue