Shift home config to enable by desktop, work out more details later
This commit is contained in:
parent
d873588c59
commit
77168ba9c7
37 changed files with 120 additions and 127 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.file = {
|
||||
{ config, lib, ... }: {
|
||||
home.file = lib.mkIf config.home.desktop.enable {
|
||||
".face".source = ./assets/pfp.png;
|
||||
".assets/wallpapers".source = ./assets/wallpapers;
|
||||
".assets/lockscreen".source = ./assets/lockscreen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue