i dont remember
This commit is contained in:
parent
1cdd14a7a3
commit
7d6a618fad
3 changed files with 5 additions and 8 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
quickemu
|
quickemu
|
||||||
qview
|
qview
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rnote
|
||||||
solvespace
|
solvespace
|
||||||
space-cadet-pinball
|
space-cadet-pinball
|
||||||
steam-run
|
steam-run
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,7 @@
|
||||||
keyboards.main = {
|
keyboards.main = {
|
||||||
ids = [ "*" ];
|
ids = [ "*" ];
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = { esc = "overload(meta, esc)"; };
|
||||||
capslock = "overload(meta, esc)";
|
|
||||||
esc = "overload(meta, esc)";
|
|
||||||
};
|
|
||||||
shift = {
|
shift = {
|
||||||
leftshift = "capslock";
|
leftshift = "capslock";
|
||||||
rightshift = "capslock";
|
rightshift = "capslock";
|
||||||
|
|
@ -51,14 +48,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cemu
|
# cemu
|
||||||
citrix_workspace
|
|
||||||
ollama
|
ollama
|
||||||
# retroarchFull
|
# retroarchFull
|
||||||
rpcs3
|
rpcs3
|
||||||
yuzu-ea
|
yuzu-ea
|
||||||
# Packages from 3rd party overlays
|
# Packages from 3rd party overlays
|
||||||
emulationstation-de
|
# emulationstation-de
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
pkgs.obs-studio-plugins.obs-vkcapture
|
pkgs.obs-studio-plugins.obs-vkcapture
|
||||||
pkgs.obs-studio-plugins.obs-backgroundremoval
|
# pkgs.obs-studio-plugins.obs-backgroundremoval
|
||||||
pkgs.obs-studio-plugins.obs-pipewire-audio-capture
|
pkgs.obs-studio-plugins.obs-pipewire-audio-capture
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue