init repo

This commit is contained in:
System administrator 2024-12-25 10:59:37 +08:00
commit 9a525dadfc
39 changed files with 2709 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
programs.foot = {
enable = true;
server.enable = true;
};
xdg.configFile."foot/foot.ini".source = (config.lib.file.mkOutOfStoreSymlink ./foot.ini);
}