This commit is contained in:
2024-03-17 14:31:01 +00:00
parent f28a9b5b9b
commit 1b1b027753
2 changed files with 8 additions and 7 deletions
+1 -7
View File
@@ -17,7 +17,7 @@
pkgs.cmake
pkgs.contour
# pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL
pkgs.discord
# pkgs.discord
pkgs.emacs-all-the-icons-fonts
pkgs.exfatprogs
pkgs.firefox
@@ -59,12 +59,6 @@
NIX_SHELL_PRESERVE_PROMPT = 1;
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
# "discord-0.0.44"
];
nix.settings.extra-trusted-substituters = [
"https://ghostty.cachix.org"
];