i dont remember

This commit is contained in:
William 2024-02-03 12:29:02 -03:00
parent 1cdd14a7a3
commit 7d6a618fad
3 changed files with 5 additions and 8 deletions

View file

@ -44,6 +44,7 @@
quickemu quickemu
qview qview
ripgrep ripgrep
rnote
solvespace solvespace
space-cadet-pinball space-cadet-pinball
steam-run steam-run

View file

@ -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 = {

View file

@ -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
]; ];
}; };