recreated nix
This commit is contained in:
+312
-312
File diff suppressed because it is too large
Load Diff
@@ -16,9 +16,9 @@ in
|
||||
xdg.enable = true;
|
||||
home.packages = [ walkerPkg elephantPkg ];
|
||||
# ~/.config/walker/themes/*
|
||||
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/config.toml".source = repoThemesDir + "/default.toml";
|
||||
xdg.configFile."walker/themes/frosted/default.css".source = repoThemesDir + "/themes/frosted/default.css";
|
||||
xdg.configFile."walker/themes/frosted/style.css".source = repoThemesDir + "/themes/frosted/style.css";
|
||||
xdg.configFile."walker/config.toml".source = repoThemesDir + "/config.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