Compare commits
No commits in common. "b9f2d7d941d086c0276be3717541b07fde004feb" and "625dc012dc19d4713b852c4bd4be31da4b5665cc" have entirely different histories.
b9f2d7d941
...
625dc012dc
3 changed files with 4 additions and 14 deletions
|
@ -46,7 +46,7 @@
|
|||
# Experiments
|
||||
yazi # Terminal File-Manager
|
||||
# Gaming
|
||||
ryubing # Experimental Nitendo Switch Emulator
|
||||
ryujinx # Experimental Nitendo Switch Emulator
|
||||
mangohud
|
||||
prismlauncher
|
||||
lutris-free
|
||||
|
|
|
@ -52,11 +52,7 @@
|
|||
console.keyMap = "de";
|
||||
services.numen = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
phrases = [
|
||||
"${pkgs.kb-one.numen-phrases}/phrases/en-inactive/hibernate.phrases"
|
||||
];
|
||||
dotoolXkbLayout = "de";
|
||||
autoStart = false;
|
||||
};
|
||||
|
||||
# Output
|
||||
|
@ -109,15 +105,11 @@
|
|||
environment.systemPackages = with pkgs; [ # To search, run: $ nix search wget
|
||||
vim
|
||||
git
|
||||
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
|
||||
tree
|
||||
openvr
|
||||
];
|
||||
|
||||
system.stateVersion = "24.05"; # NEVER Change this!
|
||||
|
|
|
@ -146,8 +146,6 @@
|
|||
curl
|
||||
python3
|
||||
sops
|
||||
|
||||
# Voice Control
|
||||
kb-one.numen
|
||||
kb-one.numen-phrases
|
||||
libnotify
|
||||
|
|
Loading…
Add table
Reference in a new issue