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
|
./direnv
|
||||||
./editor
|
./editor
|
||||||
./email
|
./email
|
||||||
./games
|
|
||||||
./gdb
|
./gdb
|
||||||
./git
|
./git
|
||||||
./media
|
./media
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
steam
|
|
||||||
prismlauncher-qt5
|
|
||||||
lutris
|
|
||||||
winePackages.stagingFull
|
|
||||||
r2modman
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -10,8 +10,6 @@
|
||||||
#jack.enable = true;
|
#jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pamixer
|
pamixer
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue