move things around
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user