Thor: drawf-fortress
This commit is contained in:
parent
1125327236
commit
ce71043b82
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue