mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added stylix themed launcher icons
This commit is contained in:
parent
415bf194d4
commit
d6fda69eee
4 changed files with 292 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue