aly: remove keepassxc

This commit is contained in:
Aly Raffauf 2024-08-22 07:55:51 -04:00
parent 29bc4af56e
commit de683f2f31

View file

@ -17,18 +17,11 @@ self: {
home = { home = {
homeDirectory = "/home/aly"; homeDirectory = "/home/aly";
file = {
"${config.xdg.cacheHome}/keepassxc/keepassxc.ini".text = lib.generators.toINI {} {
General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx";
};
};
packages = with pkgs; [ packages = with pkgs; [
bitwarden-desktop bitwarden-desktop
browsh browsh
curl curl
fractal fractal
git
nicotine-plus nicotine-plus
obsidian obsidian
picard picard
@ -85,13 +78,11 @@ self: {
fastfetch.enable = true; fastfetch.enable = true;
firefox.enable = true; firefox.enable = true;
helix.enable = true; helix.enable = true;
keepassxc.enable = true;
kitty.enable = true; kitty.enable = true;
shell.enable = true; shell.enable = true;
tmux.enable = true; tmux.enable = true;
vsCodium.enable = true; vsCodium.enable = true;
yazi.enable = true; yazi.enable = true;
zed. enable = true; zed. enable = true;
}; };