mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:53:55 -05:00
aly: remove keepassxc
This commit is contained in:
parent
29bc4af56e
commit
de683f2f31
|
@ -17,18 +17,11 @@ self: {
|
|||
home = {
|
||||
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; [
|
||||
bitwarden-desktop
|
||||
browsh
|
||||
curl
|
||||
fractal
|
||||
git
|
||||
nicotine-plus
|
||||
obsidian
|
||||
picard
|
||||
|
@ -85,13 +78,11 @@ self: {
|
|||
fastfetch.enable = true;
|
||||
firefox.enable = true;
|
||||
helix.enable = true;
|
||||
keepassxc.enable = true;
|
||||
kitty.enable = true;
|
||||
shell.enable = true;
|
||||
tmux.enable = true;
|
||||
vsCodium.enable = true;
|
||||
yazi.enable = true;
|
||||
|
||||
zed. enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue