chore: sort out some mac/linux apps

This commit is contained in:
winston 2023-03-30 04:28:43 +02:00
parent c8403e6b10
commit 23a6fc06a6
Signed by: winston
GPG key ID: 3786770EDBC2B481
3 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,10 @@
in { in {
programs.chromium = { programs.chromium = {
enable = isLinux; enable = isLinux;
package =
if isLinux
then pkgs.ungoogled-chromium
else (pkgs.writeScriptBin "__dummy-chromium" "");
extensions = [ extensions = [
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";} {id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";}
]; ];

View file

@ -81,6 +81,7 @@ in {
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;
man.enable = true; man.enable = true;
mpv.enable = isLinux;
taskwarrior.enable = true; taskwarrior.enable = true;
mangohud = { mangohud = {
enable = isLinux && machine.personal; enable = isLinux && machine.personal;

View file

@ -36,6 +36,7 @@
"qt-creator" "qt-creator"
"rustdesk" "rustdesk"
"uninstallpkg" "uninstallpkg"
"utm"
"yubico-yubikey-manager" "yubico-yubikey-manager"
(noQuarantine "easy-move-plus-resize") (noQuarantine "easy-move-plus-resize")
(noQuarantine "eloston-chromium") (noQuarantine "eloston-chromium")