Thor: drawf-fortress

This commit is contained in:
Filippo Berto 2025-02-23 20:44:45 +01:00
parent 1125327236
commit ce71043b82
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 2 deletions

View file

@ -90,7 +90,6 @@
# ../../modules/hm/biblio.nix # ../../modules/hm/biblio.nix
# ../../modules/hm/bitwarden.nix # ../../modules/hm/bitwarden.nix
# ../../modules/hm/carapace.nix # ../../modules/hm/carapace.nix
# ../../modules/hm/dwarf-fortress.nix
# ../../modules/hm/gnome_shell.nix # ../../modules/hm/gnome_shell.nix
# ../../modules/hm/grobi.nix # ../../modules/hm/grobi.nix
# ../../modules/hm/jellyfin-player.nix # ../../modules/hm/jellyfin-player.nix
@ -112,6 +111,7 @@
# ../../modules/hm/vivaldi.nix # ../../modules/hm/vivaldi.nix
# ../../modules/hm/vscode.nix # ../../modules/hm/vscode.nix
../../modules/hm/blender_nvidia.nix ../../modules/hm/blender_nvidia.nix
../../modules/hm/dwarf-fortress.nix
../../modules/hm/easyeffects.nix ../../modules/hm/easyeffects.nix
../../modules/hm/firefox.nix ../../modules/hm/firefox.nix
../../modules/hm/fonts.nix ../../modules/hm/fonts.nix

View file

@ -2,7 +2,9 @@
let let
dfp = pkgs.dwarf-fortress-packages; dfp = pkgs.dwarf-fortress-packages;
package = dfp.dwarf-fortress-full.override { package = dfp.dwarf-fortress-full.override {
theme = dfp.themes.ironhand; # theme = dfp.themes.ironhand;
# theme = dfp.themes.vettlingr;
enableIntro = false;
enableFPS = true; enableFPS = true;
}; };
in in