summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 116ef87..87e03e8 100644
--- a/default.nix
+++ b/default.nix
@@ -18,7 +18,7 @@
caelestia-shell,
withShell ? false,
discordBin ? "discord",
- qtctStyle ? "Fusion",
+ qtctStyle ? "Darkly",
}:
python3.pkgs.buildPythonApplication {
pname = "caelestia-cli";
@@ -70,9 +70,9 @@ python3.pkgs.buildPythonApplication {
--replace-fail 'discord' ${discordBin} \
--replace-fail 'todoist' 'todoist.desktop'
- # Use config style instead of fusion
+ # Use config style instead of darkly
substituteInPlace src/caelestia/data/templates/qtct.conf \
- --replace-fail 'Fusion' '${qtctStyle}'
+ --replace-fail 'Darkly' '${qtctStyle}'
'';
postInstall = "installShellCompletion completions/caelestia.fish";