Big update

This commit is contained in:
ant 2024-06-03 15:24:20 +02:00
parent 17dc67816a
commit 4be1762868
17 changed files with 1238 additions and 1338 deletions

14
gaming.nix Normal file
View file

@ -0,0 +1,14 @@
{ lib, config, pkgs, ... }: {
# nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "lutris"
# ];
nixpkgs.config = { allowUnfree = true; };
home.packages = with pkgs; [
lutris
mangohud
prismlauncher
heroic
];
}