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 ];
|
||||
|
||||
@@ -23,7 +23,10 @@ in
|
||||
};
|
||||
home-manager.users.${username} = {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.enable = false;
|
||||
package = null;
|
||||
portalPackage = null;
|
||||
};
|
||||
home = {
|
||||
packages = with pkgs; [ grim ];
|
||||
@@ -49,6 +52,7 @@ in
|
||||
Wants = [ "network-online.target" ];
|
||||
};
|
||||
};
|
||||
services.polkit-gnome.enable = true;
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
@@ -66,16 +70,11 @@ in
|
||||
"hyprland"
|
||||
"gtk"
|
||||
];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
|
||||
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
seatd = {
|
||||
enable = true;
|
||||
user = username;
|
||||
};
|
||||
kmscon = {
|
||||
enable = true;
|
||||
hwRender = true;
|
||||
|
||||
Reference in New Issue
Block a user