add hm modules: riff
This commit is contained in:
parent
205e7de702
commit
f91842b292
6 changed files with 79 additions and 45 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue