This commit is contained in:
Lilith 2025-09-30 21:10:14 +02:00
parent ec45f12c12
commit daa920c5c3
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 14 additions and 7 deletions

View file

@ -1,4 +1,9 @@
{ impermanence, ... }:
{
impermanence,
lib,
config,
...
}:
{
imports = [ impermanence.nixosModule ];
@ -38,7 +43,8 @@
".local/share/games"
".local/share/iamb"
".local/share/TelegramDesktop"
];
]
++ lib.optionals config.gaming.enable [ ".config/unity3d/Team Cherry" ];
files = [ ];
};
};