This commit is contained in:
2024-03-17 14:28:10 +00:00
parent 37e602f501
commit f28a9b5b9b
4 changed files with 21 additions and 11 deletions
+3 -5
View File
@@ -88,11 +88,8 @@
dina-font
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
];
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.gc = {
automatic = true;
@@ -126,6 +123,7 @@
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
wl-clipboard
alacritty
];