diff options
Diffstat (limited to 'users/tazjin/nixos/frog/default.nix')
-rw-r--r-- | users/tazjin/nixos/frog/default.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 35d58147d48f..7f709da7eec5 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -39,9 +39,11 @@ in lib.fix(self: { "kernel.perf_event_paranoid" = -1; }; - kernelPatches = [ - depot.third_party.kernelPatches.trx40_usb_audio - ]; + # Enable this again if frog is put back into use ... + # + # kernelPatches = [ + # depot.third_party.kernelPatches.trx40_usb_audio + # ]; }; hardware = { @@ -239,7 +241,6 @@ in lib.fix(self: { emacs27 # mostly for emacsclient exa fd - ffmpeg-full file gdb gnupg @@ -254,7 +255,6 @@ in lib.fix(self: { jq kubectl linuxPackages.perf - # lutris manpages miller msmtp @@ -272,12 +272,10 @@ in lib.fix(self: { pmutils pwgen ripgrep - rr rustup screen scrot spotify - steam tokei transmission tree @@ -290,6 +288,10 @@ in lib.fix(self: { yubico-piv-tool yubikey-personalization zoxide + + # Commented out because of interim breakage: + # steam + # lutris ]); # ... and other nonsense. |