add stylix as theme config
This commit is contained in:
parent
b2dfe23325
commit
be72064f13
12 changed files with 417 additions and 20 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
rootPath,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.david.wallpaper;
|
||||
in
|
||||
|
|
@ -16,7 +21,7 @@ in
|
|||
home.file."wallpaper" = {
|
||||
force = true;
|
||||
recursive = true;
|
||||
source = ./pic;
|
||||
source = rootPath + "/assets/wallpaper";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
BIN
home/david/modules/wallpaper/pic/01.png
(Stored with Git LFS)
BIN
home/david/modules/wallpaper/pic/01.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue