Fix theme store management
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
let
|
||||
cfg = config.theme;
|
||||
|
||||
wallpaper = pkgs.runCommandLocal "wallpaper" { } ''
|
||||
ln -s ${cfg.wallpaper} $out
|
||||
'';
|
||||
wallpaper = pkgs.copyPathToStore cfg.wallpaper;
|
||||
|
||||
init = pkgs.writeShellApplication {
|
||||
name = "theme-init";
|
||||
|
Reference in New Issue
Block a user