fix: try to make firefox the default browser

This commit is contained in:
ryan4yin
2023-05-28 13:45:30 +08:00
parent 967b408e41
commit 3d93f5e624
12 changed files with 120 additions and 75 deletions

View File

@@ -16,6 +16,7 @@
];
programs = {
# live streaming
obs-studio.enable = true;
};
}

View File

@@ -9,6 +9,10 @@
# networking
wireshark
# e-book viewer(.epub/.mobi/...)
# do not support .pdf
foliate
# instant messaging
telegram-desktop
discord

View File

@@ -26,7 +26,9 @@
defaultProfiles = ["gpu-hq"];
scripts = [pkgs.mpvScripts.mpris];
};
};
obs-studio.enable = true;
services = {
playerctld.enable = true;
};
}