aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-02-14 11:16:17 +0100
committerKarel Kočí <cynerd@email.cz>2023-02-14 11:16:17 +0100
commit434c871879ca62258af835f9c77ac43a67463a79 (patch)
treea94e772b30daf002b54084f2c7b2e40603f51ea6 /nixos
parent8110a073bb28f40dad1ae442127e2acebf000008 (diff)
downloadnixos-personal-434c871879ca62258af835f9c77ac43a67463a79.tar.gz
nixos-personal-434c871879ca62258af835f9c77ac43a67463a79.tar.bz2
nixos-personal-434c871879ca62258af835f9c77ac43a67463a79.zip
nixos/gaming: drop dwarf-fortress
It fails to build right now.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/gaming.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix
index 82a7335..182fc36 100644
--- a/nixos/modules/gaming.nix
+++ b/nixos/modules/gaming.nix
@@ -18,10 +18,6 @@ in {
config = mkIf cnf {
cynerd.desktop.enable = true;
- environment.systemPackages = with pkgs; [
- dwarf-fortress
- ];
-
programs.steam = {
enable = true;
remotePlay.openFirewall = true;