refactor: use non-flake inputs instead of fetchers

This commit is contained in:
matt1432 2023-12-31 15:44:53 -05:00
commit 9f2b537bf7
27 changed files with 470 additions and 272 deletions
modules

View file

@ -1,7 +1,5 @@
{nix-gaming, ...}: {
imports = [
nix-gaming.nixosModules.pipewireLowLatency
];
imports = [nix-gaming.nixosModules.pipewireLowLatency];
hardware.pulseaudio.enable = false;