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