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 # Experiments
yazi # Terminal File-Manager yazi # Terminal File-Manager
# Gaming # Gaming
ryujinx # Experimental Nitendo Switch Emulator ryubing # Experimental Nitendo Switch Emulator
mangohud mangohud
prismlauncher prismlauncher
lutris-free lutris-free

View file

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

View file

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