theming walker, moved toml
This commit is contained in:
@@ -2263,14 +2263,14 @@ let
|
||||
else pkgs.elephant;
|
||||
sessionTarget = "graphical-session.target";
|
||||
# NEW: both theme files now live here
|
||||
repoThemesDir = flakeRoot + "/assets/conf/desktop/walker/themes";
|
||||
repoThemesDir = flakeRoot + "/assets/conf/desktop/walker";
|
||||
in
|
||||
{
|
||||
xdg.enable = true;
|
||||
home.packages = [ walkerPkg elephantPkg ];
|
||||
# ~/.config/walker/themes/*
|
||||
xdg.configFile."walker/themes/default.css".source = repoThemesDir + "/default.css";
|
||||
xdg.configFile."walker/themes/walker.css".source = repoThemesDir + "/walker.css";
|
||||
xdg.configFile."walker/themes/default.css".source = repoThemesDir + "/themes/default.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";
|
||||
# (services unchanged)
|
||||
systemd.user.services.elephant = { /* ... your existing service ... */ };
|
||||
|
||||
Reference in New Issue
Block a user