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" ]; })
];
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.gc = {
@@ -125,6 +131,7 @@
wget
wl-clipboard
alacritty
discord
];