theming walker, moved toml

This commit is contained in:
2026-02-27 20:31:38 +01:00
parent ffb7d26ce7
commit 489f707d0c
+4 -4
View File
@@ -2263,14 +2263,14 @@ let
else pkgs.elephant; else pkgs.elephant;
sessionTarget = "graphical-session.target"; sessionTarget = "graphical-session.target";
# NEW: both theme files now live here # NEW: both theme files now live here
repoThemesDir = flakeRoot + "/assets/conf/desktop/walker/themes"; repoThemesDir = flakeRoot + "/assets/conf/desktop/walker";
in in
{
xdg.enable = true; xdg.enable = true;
home.packages = [ walkerPkg elephantPkg ]; home.packages = [ walkerPkg elephantPkg ];
# ~/.config/walker/themes/* # ~/.config/walker/themes/*
xdg.configFile."walker/themes/default.css".source = repoThemesDir + "/default.css"; xdg.configFile."walker/themes/default.css".source = repoThemesDir + "/themes/default.css";
xdg.configFile."walker/themes/walker.css".source = repoThemesDir + "/walker.css"; xdg.configFile."walker/themes/walker.css".source = repoThemesDir + "/themes/walker.css";
xdg.configFile."walker/default.toml".source = repoThemesDir + "/default.toml";
# xdg.configFile."walker/themes/default.html".source = repoThemesDir + "/default.html"; # xdg.configFile."walker/themes/default.html".source = repoThemesDir + "/default.html";
# (services unchanged) # (services unchanged)
systemd.user.services.elephant = { /* ... your existing service ... */ }; systemd.user.services.elephant = { /* ... your existing service ... */ };