Dwarf fortress
This commit is contained in:
parent
4272da36cb
commit
51bf45604e
2 changed files with 20 additions and 0 deletions
19
configurations/dwarf-fortress.nix
Normal file
19
configurations/dwarf-fortress.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
custom.zfs.homeLinks = [
|
||||
{ type = "data"; path = ".local/share/df_linux"; }
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
dwarf-fortress = super.dwarf-fortress.override {
|
||||
enableSound = false;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ dwarf-fortress ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue