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 {
programs.chromium = {
enable = isLinux;
package =
if isLinux
then pkgs.ungoogled-chromium
else (pkgs.writeScriptBin "__dummy-chromium" "");
extensions = [
{id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";}
];

View file

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

View file

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