add fht compositor

This commit is contained in:
Henry Hiles 2026-04-17 12:40:40 -04:00
commit badacda762
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
7 changed files with 138 additions and 5 deletions

View file

@ -1,4 +0,0 @@
{ inputs, ... }:
{
environment.etc."backup".source = inputs.self;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

View file

@ -14,7 +14,7 @@
];
background = rec {
picture-uri = "file://${./background.jpg}";
picture-uri = "file://${../../../background.jpg}";
picture-uri-dark = picture-uri;
};