Compare commits

..

2 commits

Author SHA1 Message Date
ad529af6f7
Configured Languagetool Spellchecking Server
All checks were successful
/ Check Nix Flake (push) Successful in 1m58s
2025-04-17 12:35:47 +02:00
e5b411d9fd
Added Olympus Celeste Mod-Manager 2025-04-17 12:35:11 +02:00
2 changed files with 7 additions and 0 deletions

View file

@ -61,6 +61,7 @@ in {
ryujinx # Experimental Nitendo Switch Emulator ryujinx # Experimental Nitendo Switch Emulator
mangohud mangohud
prismlauncher prismlauncher
kb-one.olympus
# Terminal Tools # Terminal Tools
mosh mosh
btop btop

View file

@ -98,6 +98,12 @@
# Protonmail Bridge # Protonmail Bridge
services.protonmail-bridge.enable = true; services.protonmail-bridge.enable = true;
# Languagetool Spellchecking Server
services.languagetool = {
enable = true;
allowOrigin = "*";
};
# Users # Users
users.users.kb = { # Managed by Homemanager users.users.kb = { # Managed by Homemanager
isNormalUser = true; isNormalUser = true;