feat(desktop): update options.

This commit is contained in:
CronyAkatsuki 2025-05-11 12:35:24 +02:00
parent 5a79f12e4b
commit 5c90b60563
2 changed files with 5 additions and 4 deletions

View file

@ -111,7 +111,6 @@ in {
# Setup lsp's and languages
languages = {
enableLSP = true;
enableFormat = true;
enableTreesitter = true;
enableExtraDiagnostics = true;

View file

@ -114,10 +114,12 @@ in {
# Setup and enable mako
services.mako = {
enable = true;
settings = {
defaultTimeout = 5000;
layer = "overlay";
width = 200;
};
};
# Enable hyprpaper
services.hyprpaper.enable = true;