Save 0ad data between boots
This commit is contained in:
parent
e78d65d4e4
commit
ad581c9f57
2 changed files with 14 additions and 1 deletions
13
configurations/zeroad.nix
Normal file
13
configurations/zeroad.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".config/0ad"; type = "cache"; }
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.zeroad
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue