This commit is contained in:
Tao Tien 2024-02-24 02:50:02 -08:00
parent 21d7561a56
commit 690579a7ca
7 changed files with 24 additions and 56 deletions

View file

@ -5,9 +5,8 @@
}: {
environment.systemPackages = with pkgs; [
# freecad
# pijul
# vulkan-loader
etcher
# etcher
hyperfine
inputs.helix.packages.${pkgs.system}.default
jq
@ -36,7 +35,7 @@
# nix
nil
nixpkgs-fmt
# nixpkgs-fmt
alejandra
# python
@ -56,10 +55,10 @@
trunk
];
nixpkgs.config.permittedInsecurePackages = [
# probably etcher
"electron-19.1.9"
];
# nixpkgs.config.permittedInsecurePackages = [
# # probably etcher
# "electron-19.1.9"
# ];
services.udev.extraRules = ''
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"

View file

@ -1,29 +1,27 @@
# { pkgs, aagl, ... }: {
{pkgs, ...}: {
# { pkgs, aagl, ... }: {
# imports = [ aagl.nixosModules.default ];
# nix.settings = aagl.nixConfig;
# programs.honkers-railway-launcher.enable = true;
# nixpkgs.config.permittedInsecurePackages = [
# "electron-24.8.6"
# # "electron-12.2.3"
# ];
environment.systemPackages = with pkgs; [
# parsec-bin
heroic
lutris
mangohud
prismlauncher
protonup
wine
# parsec-bin
];
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
# "electron-12.2.3"
];
programs.steam.enable = true;
programs.gamemode.enable = true;
programs.gamescope.enable = true;
# nix.settings = aagl.nixConfig;
# programs.honkers-railway-launcher.enable = true;
users = {groups.game = {};};
security.pam.loginLimits = [
{
@ -65,10 +63,5 @@
resample.quality = 1;
};
};
# "pipewire/pipewire.d/99-input-denoising.conf" = json.generate "99-input-denoising.conf" {
# context.modules = [{
# name = "libpipewire-module-filter-chain";
# }];
# };
};
}