Compare commits

..

2 commits

Author SHA1 Message Date
b9f2d7d941
Added Numen-Config to LoyAdjo
Some checks failed
/ Check Nix Flake (push) Failing after 48s
2025-08-15 02:00:58 +02:00
a32a8177a7
Update System 2025-08-15 02:00:24 +02:00
3 changed files with 15 additions and 5 deletions

View file

@ -46,7 +46,7 @@
# Experiments
yazi # Terminal File-Manager
# Gaming
ryujinx # Experimental Nitendo Switch Emulator
ryubing # Experimental Nitendo Switch Emulator
mangohud
prismlauncher
lutris-free

View file

@ -52,7 +52,11 @@
console.keyMap = "de";
services.numen = {
enable = true;
autoStart = false;
autoStart = true;
phrases = [
"${pkgs.kb-one.numen-phrases}/phrases/en-inactive/hibernate.phrases"
];
dotoolXkbLayout = "de";
};
# Output
@ -105,11 +109,15 @@
environment.systemPackages = with pkgs; [ # To search, run: $ nix search wget
vim
git
kb-one.numen
kb-one.dotool
kb-one.vosk-model-small-en-us
tree
openvr
# Voice Control
kb-one.numen
kb-one.numen-phrases
libnotify
kb-one.dotool
kb-one.vosk-model-small-en-us
kb-one.vosk-model-small-de
];
system.stateVersion = "24.05"; # NEVER Change this!

View file

@ -146,6 +146,8 @@
curl
python3
sops
# Voice Control
kb-one.numen
kb-one.numen-phrases
libnotify