diff --git a/nixos/user_modules.nix b/nixos/user_modules.nix new file mode 100644 index 0000000..319c437 --- /dev/null +++ b/nixos/user_modules.nix @@ -0,0 +1,8 @@ +{ + imports = [ + ./gaming-tweaks.nix + ./pipewire.nix + ./auto-cpufreq.nix + ./privoxy.nix + ]; +} \ No newline at end of file