helix git
This commit is contained in:
parent
f2c2dd1998
commit
6a73955468
6 changed files with 125 additions and 46 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue