removed games
This commit is contained in:
parent
20c5b716ef
commit
29784c3eaf
4 changed files with 0 additions and 13 deletions
|
@ -7,7 +7,6 @@
|
|||
./direnv
|
||||
./editor
|
||||
./email
|
||||
./games
|
||||
./gdb
|
||||
./git
|
||||
./media
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
prismlauncher-qt5
|
||||
lutris
|
||||
winePackages.stagingFull
|
||||
r2modman
|
||||
];
|
||||
}
|
|
@ -10,8 +10,6 @@
|
|||
#jack.enable = true;
|
||||
};
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pamixer
|
||||
];
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
# Allow packages from nixpkgs
|
||||
nixpkgs.config = {
|
||||
permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue