Fix theme init errors
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
|||||||
name = "theme-init";
|
name = "theme-init";
|
||||||
runtimeInputs = with pkgs; [ matugen ];
|
runtimeInputs = with pkgs; [ matugen ];
|
||||||
bashOptions = [
|
bashOptions = [
|
||||||
"nounset"
|
"errexit"
|
||||||
"pipefail"
|
"pipefail"
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
@@ -30,10 +30,6 @@ let
|
|||||||
theme = pkgs.writeShellApplication {
|
theme = pkgs.writeShellApplication {
|
||||||
name = "theme";
|
name = "theme";
|
||||||
runtimeInputs = with pkgs; [ coreutils ];
|
runtimeInputs = with pkgs; [ coreutils ];
|
||||||
bashOptions = [
|
|
||||||
"nounset"
|
|
||||||
"pipefail"
|
|
||||||
];
|
|
||||||
runtimeEnv = {
|
runtimeEnv = {
|
||||||
CONFIG = cfg.configDir;
|
CONFIG = cfg.configDir;
|
||||||
DEFAULT_WALLPAPER = cfg.wallpaper;
|
DEFAULT_WALLPAPER = cfg.wallpaper;
|
||||||
|
Reference in New Issue
Block a user