move things around

This commit is contained in:
k3t
2026-03-18 07:44:50 -06:00
parent 42070a1e59
commit f78dd8996b
2 changed files with 3 additions and 20 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
{
imports = [
./common.nix
./cfg/keepassxc.nix
./cfg/kitty.nix
];
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
};
};
}
-13
View File
@@ -29,19 +29,6 @@
programs.nix-ld.enable = true;
programs.appimage.enable = true;
programs.appimage.binfmt = true;
programs.keepassxc = {
autostart = true;
enable = true;
settings = {
# For available settings, see https://github.com/keepassxreboot/keepassxc/blob/develop/src/core/Config.cpp
FdoSecrets.Enabled = true; # Enable Secret Service Integration
SSHAgent.Enabled = true;
SSHAgent.UseOpenSSH = true;
Browser.Enabled = true;
};
};
xdg.autostart.enable = true;
# Printing
services.printing.enable = true;