Dwarf fortress config
This commit is contained in:
parent
1011735683
commit
5db33a43a9
2 changed files with 11 additions and 0 deletions
10
hm_modules/dwarf-fortress.nix
Normal file
10
hm_modules/dwarf-fortress.nix
Normal 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 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue