nix: compact audio.nix, applications.nix and login.nix into a singular file

if you are gonna use a system with a desktop you would probably enable
all of them in the first place
This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 9349a61dd2
commit f188ff6723
5 changed files with 38 additions and 44 deletions

View file

@ -1,12 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.steam = {
extraPackages = [ pkgs.gamescope ];
gamescopeSession.enable = true;
extest.enable = true;
};
services.flatpak.enable = true;
}