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
+7
View File
@@ -89,6 +89,12 @@
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; }) (nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
"discord-0.0.44"
];
nix.settings.trusted-users = [ "root" "@wheel" ]; nix.settings.trusted-users = [ "root" "@wheel" ];
nix.gc = { nix.gc = {
@@ -125,6 +131,7 @@
wget wget
wl-clipboard wl-clipboard
alacritty alacritty
discord
]; ];
+1 -7
View File
@@ -17,7 +17,7 @@
pkgs.cmake pkgs.cmake
pkgs.contour pkgs.contour
# pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL # pkgs.etcher ## Currently Uses Electron-19 -- which is marked EOL
pkgs.discord # pkgs.discord
pkgs.emacs-all-the-icons-fonts pkgs.emacs-all-the-icons-fonts
pkgs.exfatprogs pkgs.exfatprogs
pkgs.firefox pkgs.firefox
@@ -59,12 +59,6 @@
NIX_SHELL_PRESERVE_PROMPT = 1; 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 = [ nix.settings.extra-trusted-substituters = [
"https://ghostty.cachix.org" "https://ghostty.cachix.org"
]; ];