removed games

This commit is contained in:
twoneis 2024-01-06 15:28:26 +01:00
parent 20c5b716ef
commit 29784c3eaf
4 changed files with 0 additions and 13 deletions

View file

@ -7,7 +7,6 @@
./direnv ./direnv
./editor ./editor
./email ./email
./games
./gdb ./gdb
./git ./git
./media ./media

View file

@ -1,9 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
steam
prismlauncher-qt5
lutris
winePackages.stagingFull
r2modman
];
}

View file

@ -10,8 +10,6 @@
#jack.enable = true; #jack.enable = true;
}; };
programs.noisetorch.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pamixer pamixer
]; ];

View file

@ -13,7 +13,6 @@
# Allow packages from nixpkgs # Allow packages from nixpkgs
nixpkgs.config = { nixpkgs.config = {
permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman
allowUnfree = true; allowUnfree = true;
}; };