add hm modules: riff

This commit is contained in:
Vivian 2022-12-26 13:02:48 +01:00
parent 3c0f89c66a
commit 4b90002e45
6 changed files with 79 additions and 45 deletions

View file

@ -21,7 +21,6 @@ in {
gcc
gimp
inputs.comma.packages.${pkgs.system}.default
inputs.riff.packages.${pkgs.system}.riff
inputs.webcord.packages.${pkgs.system}.default
jetbrains.clion
jetbrains.idea-ultimate
@ -36,6 +35,11 @@ in {
yt-dlp
];
programs.riff = {
enable = true;
direnv = true;
};
xdg.mimeApps.enable = true;
xdg.mimeApps.defaultApplications = {
"text/html" = "firefox.desktop";