forked from nico/dots
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:
parent
9349a61dd2
commit
f188ff6723
5 changed files with 38 additions and 44 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
extraPackages = [ pkgs.gamescope ];
|
||||
gamescopeSession.enable = true;
|
||||
extest.enable = true;
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue