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 ];
|
||||||
|
}
|
||||||
|
|
@ -104,6 +104,7 @@
|
||||||
../hm_modules/blender.nix
|
../hm_modules/blender.nix
|
||||||
../hm_modules/bspwm.nix
|
../hm_modules/bspwm.nix
|
||||||
../hm_modules/cava.nix
|
../hm_modules/cava.nix
|
||||||
|
../hm_modules/dwarf-fortress.nix
|
||||||
../hm_modules/fonts.nix
|
../hm_modules/fonts.nix
|
||||||
../hm_modules/easyeffects.nix
|
../hm_modules/easyeffects.nix
|
||||||
# ../hm_modules/dunst.nix
|
# ../hm_modules/dunst.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue