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,30 +1,12 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
gnumake
unstable.pijul
freecad
# alsa-lib
# alsa-oss
clang
# cmake
# libclang
# libopus
# opencv
# openssl
# pkg-config
# pkgconfig
rustup
# udev
nixpkgs-fmt
nil
# expat
# fontconfig
# freetype
# freetype.dev
# libGL
# pkgconfig
# xorg.libX11
# xorg.libXcursor
# xorg.libXi
# xorg.libXrandr
bacon
unstable.cargo
unstable.cargo-feature

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 @@
};
};
};
}