Dwarf fortress config

This commit is contained in:
Filippo Berto 2022-12-24 22:32:52 +01:00
parent 1011735683
commit 5db33a43a9
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
let
package = with pkgs.dwarf-fortress-packages; dwarf-fortress-full.override {
theme = themes.ironhand;
enableFPS = true;
};
in
{
home.packages = [ package ];
}

View file

@ -104,6 +104,7 @@
../hm_modules/blender.nix
../hm_modules/bspwm.nix
../hm_modules/cava.nix
../hm_modules/dwarf-fortress.nix
../hm_modules/fonts.nix
../hm_modules/easyeffects.nix
# ../hm_modules/dunst.nix