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
|
# Experiments
|
||||||
yazi # Terminal File-Manager
|
yazi # Terminal File-Manager
|
||||||
# Gaming
|
# Gaming
|
||||||
ryubing # Experimental Nitendo Switch Emulator
|
ryujinx # Experimental Nitendo Switch Emulator
|
||||||
mangohud
|
mangohud
|
||||||
prismlauncher
|
prismlauncher
|
||||||
lutris-free
|
lutris-free
|
||||||
|
|
|
@ -52,11 +52,7 @@
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
services.numen = {
|
services.numen = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = false;
|
||||||
phrases = [
|
|
||||||
"${pkgs.kb-one.numen-phrases}/phrases/en-inactive/hibernate.phrases"
|
|
||||||
];
|
|
||||||
dotoolXkbLayout = "de";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
|
@ -109,15 +105,11 @@
|
||||||
environment.systemPackages = with pkgs; [ # To search, run: $ nix search wget
|
environment.systemPackages = with pkgs; [ # To search, run: $ nix search wget
|
||||||
vim
|
vim
|
||||||
git
|
git
|
||||||
tree
|
|
||||||
openvr
|
|
||||||
# Voice Control
|
|
||||||
kb-one.numen
|
kb-one.numen
|
||||||
kb-one.numen-phrases
|
|
||||||
libnotify
|
|
||||||
kb-one.dotool
|
kb-one.dotool
|
||||||
kb-one.vosk-model-small-en-us
|
kb-one.vosk-model-small-en-us
|
||||||
kb-one.vosk-model-small-de
|
tree
|
||||||
|
openvr
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.05"; # NEVER Change this!
|
system.stateVersion = "24.05"; # NEVER Change this!
|
||||||
|
|
|
@ -146,8 +146,6 @@
|
||||||
curl
|
curl
|
||||||
python3
|
python3
|
||||||
sops
|
sops
|
||||||
|
|
||||||
# Voice Control
|
|
||||||
kb-one.numen
|
kb-one.numen
|
||||||
kb-one.numen-phrases
|
kb-one.numen-phrases
|
||||||
libnotify
|
libnotify
|
||||||
|
|
Loading…
Add table
Reference in a new issue