feat: ...get internet again. git-hooks.nix adopt

This commit is contained in:
Kat Inskip 2025-08-18 15:13:47 -07:00
parent 7a0f09e700
commit e00ec8f2f2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
116 changed files with 1157 additions and 4681 deletions

View file

@ -1,3 +1,3 @@
{ pkgs, ... }: {
environment.systemPackages = [ pkgs.heroic ];
{pkgs, ...}: {
environment.systemPackages = [pkgs.heroic];
}

View file

@ -13,7 +13,7 @@
protonplus
gamescope-wsi
(lutris.override {
extraPkgs = pkgs: [
extraPkgs = _pkgs: [
#pkgs.gamescope
#pkgs.libnghttp2
#pkgs.winetricks
@ -25,7 +25,7 @@
#pkgs.umu-launcher
#pkgs.xdg-desktop-portal
];
extraLibraries = pkgs: [
extraLibraries = _pkgs: [
#pkgs.libunwind
#pkgs.xdg-desktop-portal
#pkgs.gvfs

View file

@ -1,8 +1,8 @@
{pkgs, ...}: {
programs.java = {
enable = false;
enable = true;
};
environment.systemPackages = with pkgs; [
#prismlauncher
prismlauncher
];
}