mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
fix stuff
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
apostrophe
|
||||
|
||||
# creative
|
||||
gimp
|
||||
gimp3
|
||||
inkscape-with-extensions
|
||||
scribus
|
||||
audacity
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user