Added stylix themed launcher icons

This commit is contained in:
Emmet 2024-06-05 21:03:56 -05:00
parent 415bf194d4
commit d6fda69eee
4 changed files with 292 additions and 1 deletions

View file

@ -178,6 +178,12 @@
ventoy
]) ++ ([ pkgs-kdenlive.kdenlive ]);
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
config.lib.stylix.colors {
template = builtins.readFile ../../user/pkgs/nixos-snowflake-stylix.svg.mustache;
extension = "svg";
};
services.syncthing.enable = true;
xdg.enable = true;