.
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user