helix git

This commit is contained in:
Tao Tien 2024-02-01 19:24:36 -08:00
parent f2c2dd1998
commit 6a73955468
6 changed files with 125 additions and 46 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, aagl, ... }: {
imports = [ aagl.nixosModules.default ];
# { pkgs, aagl, ... }: {
{ pkgs, ... }: {
# imports = [ aagl.nixosModules.default ];
environment.systemPackages = with pkgs; [
heroic
@ -19,8 +20,8 @@
programs.gamemode.enable = true;
programs.gamescope.enable = true;
nix.settings = aagl.nixConfig;
programs.honkers-railway-launcher.enable = true;
# nix.settings = aagl.nixConfig;
# programs.honkers-railway-launcher.enable = true;
users = { groups.game = { }; };
security.pam.loginLimits = [