summaryrefslogtreecommitdiff
path: root/modules/home/theme-st.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-17 15:53:29 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-17 15:53:29 -0500
commit8df4901a8e4a3526ac8ec037b65283be38925560 (patch)
treea45e4610becb944d0df7e990ed1110fb2bfc1cf0 /modules/home/theme-st.nix
parent7424849c7ad76ff9aa3963ef59ff5f66471abb8a (diff)
downloadnixos-8df4901a8e4a3526ac8ec037b65283be38925560.tar.xz
nixos-8df4901a8e4a3526ac8ec037b65283be38925560.zip
theme.enable option added
Diffstat (limited to 'modules/home/theme-st.nix')
-rw-r--r--modules/home/theme-st.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/theme-st.nix b/modules/home/theme-st.nix
index 3eb465b..0a06cd0 100644
--- a/modules/home/theme-st.nix
+++ b/modules/home/theme-st.nix
@@ -16,7 +16,7 @@
--add-flags '-f"${config.theme.st.font}"'
'';
});
- in {
+ in lib.mkIf config.theme.enable {
home.packages = [ themed-st ];
};
}