Compare commits

...

2 Commits

Author SHA1 Message Date
89fd861c20 feat: Re-enable retroarch
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
2026-02-04 02:51:32 +05:30
cf30dc9f6c feat: Remove pipewire from configuration 2026-02-03 23:40:24 +05:30
2 changed files with 1 additions and 8 deletions

View File

@@ -47,6 +47,7 @@
./opencode.nix ./opencode.nix
./p7zip.nix ./p7zip.nix
./pkg-config.nix ./pkg-config.nix
./retroarch.nix
./ripgrep.nix ./ripgrep.nix
./rustup.nix ./rustup.nix
./sd.nix ./sd.nix
@@ -68,7 +69,6 @@
# ./ncmpcpp.nix # ./ncmpcpp.nix
# ./newsboat.nix # ./newsboat.nix
# ./nh.nix # ./nh.nix
# ./retroarch.nix
# ./ryujinx.nix # ./ryujinx.nix
# ./sxiv.nix # ./sxiv.nix
# ./tea.nix # ./tea.nix

View File

@@ -111,13 +111,6 @@
}; };
displayManager.gdm.enable = true; displayManager.gdm.enable = true;
# desktopManager.gnome.enable = true; # desktopManager.gnome.enable = true;
pipewire = {
enable = true;
audio.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
}; };
boot = { boot = {