font
This commit is contained in:
parent
ec45f12c12
commit
daa920c5c3
3 changed files with 14 additions and 7 deletions
|
|
@ -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 = [ ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue