mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 01:18:26 +02:00
fix: try to make firefox the default browser
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
];
|
||||
|
||||
programs = {
|
||||
# live streaming
|
||||
obs-studio.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -9,6 +9,10 @@
|
||||
# networking
|
||||
wireshark
|
||||
|
||||
# e-book viewer(.epub/.mobi/...)
|
||||
# do not support .pdf
|
||||
foliate
|
||||
|
||||
# instant messaging
|
||||
telegram-desktop
|
||||
discord
|
||||
|
||||
@@ -26,7 +26,9 @@
|
||||
defaultProfiles = ["gpu-hq"];
|
||||
scripts = [pkgs.mpvScripts.mpris];
|
||||
};
|
||||
};
|
||||
|
||||
obs-studio.enable = true;
|
||||
services = {
|
||||
playerctld.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user