add fht compositor
This commit is contained in:
parent
7fe6c24a73
commit
badacda762
7 changed files with 138 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
environment.etc."backup".source = inputs.self;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 362 KiB |
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
|
||||
background = rec {
|
||||
picture-uri = "file://${./background.jpg}";
|
||||
picture-uri = "file://${../../../background.jpg}";
|
||||
picture-uri-dark = picture-uri;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue