bump
This commit is contained in:
parent
3776e21783
commit
2c4cadf8cc
7 changed files with 79 additions and 42 deletions
|
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue