add dolphin service menu to upload to tidalstream (https:/csw.im/)
This commit is contained in:
parent
78b536bd8b
commit
546c9e4f27
2 changed files with 14 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
|||
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/themes/glow.json";
|
||||
".config/vinegar/config.toml".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/vinegar.toml";
|
||||
".local/share/kio/servicemenus" = {
|
||||
source = "/etc/nixos/config/servicemenus";
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# link the configuration file in current directory to the specified location in home directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue