fix stuff

This commit is contained in:
2025-05-07 19:25:40 +02:00
parent 34a7ef00fd
commit 7bf49268f2
6 changed files with 18 additions and 17 deletions

View File

@@ -41,7 +41,7 @@
apostrophe
# creative
gimp
gimp3
inkscape-with-extensions
scribus
audacity

View File

@@ -18,7 +18,7 @@ in
vim.lsp.set_log_level("off")
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "solid" })
'';
diagnostics = {
diagnostic.settings = {
virtual_text.prefix = "";
signs = false;
float = {

View File

@@ -4,7 +4,7 @@
gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
# fix pinentry on non-gnome with this in
# the system config: services.dbus.packages = with pkgs; [ gcr ];