nixbook: go dap, tidying
This commit is contained in:
parent
70e6d7ced5
commit
56dc76e1cf
2 changed files with 57 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue