nixbook: go dap, tidying

This commit is contained in:
tristan 2024-10-19 00:03:10 +01:00
parent 70e6d7ced5
commit 56dc76e1cf
2 changed files with 57 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
config,
lib,
...
}: let
inherit (config.lib.cosmic) Actions;
@ -43,7 +44,7 @@ in {
background = {
displays = {
all = {
source = ../../../images/nier2.jpg;
source = lib.mkDefault config.stylix.image;
};
};
};