This commit is contained in:
Tao Tien 2023-10-30 14:10:57 -07:00
parent 3776e21783
commit 2c4cadf8cc
7 changed files with 79 additions and 42 deletions

View file

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, aagl, ... }: {
imports = [ aagl.nixosModules.default ];
environment.systemPackages = with pkgs; [
unstable.lutris
unstable.mangohud
@ -12,6 +14,9 @@
programs.gamemode.enable = true;
programs.gamescope.enable = true;
nix.settings = aagl.nixConfig;
programs.honkers-railway-launcher.enable = true;
security.rtkit.enable = true;
environment.etc =
let
@ -28,5 +33,4 @@
};
};
};
}