mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
aly: remove keepassxc
This commit is contained in:
parent
29bc4af56e
commit
de683f2f31
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue