Compare commits

..

No commits in common. "eead2d9c2939616c38453c480e5b6cc99c212b94" and "32df8d6c5b2ce6dbdb83c6394874e23c81b6e91d" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -1,13 +1,5 @@
{ lib, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [
keepassxc
];
xdg.configFile."keepassxc.ini" = lib.generators.toINI {} {
General.ConfigVersion = 2;
Browser = {
CustomProxyLocation = "";
Enabled = true;
UpdateBinaryPath = false;
};
};
}

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
programs.eza.enable = true;
programs.bat.enable = true;
programs.fzf.enable = true;
@ -6,5 +6,4 @@
cat = "bat";
less = "bat";
};
home.packages = with pkgs; [rg fd];
}