add Android shell, migrate back to Firefox

This commit is contained in:
2025-04-28 23:12:44 +02:00
parent 405de7f26e
commit f5e7a09123
8 changed files with 138 additions and 27 deletions

View File

@ -15,21 +15,17 @@
cmakeFlags = [ "-DOPT_THUNDERBIRD_CMDLINE=${thunderbird}/bin/thunderbird" ];
}))
jq
starship
element-desktop
firefox-beta-bin
jq
starship
firefox
fluffychat
thunderbird-bin
youtube-music
libreoffice-qt6-fresh
gimp
vscodium
git
nodejs
postgresql
fprintd
cups
fish
anydesk
fastfetch
playerctl
@ -39,7 +35,6 @@
bitwarden-desktop
davinci-resolve
mpv
wget
sshfs
];
}

View File

@ -30,7 +30,7 @@
additionalConfig = {
"$terminal" = "alacritty";
"$fileManager" = "thunar";
"$browser" = "firefox-beta";
"$browser" = "firefox";
"$email" = "thunderbird";
"$shell" = "fish";
@ -87,4 +87,13 @@
wlrobs
];
};
programs.vscode = {
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
rust-lang.rust-analyzer
bbenoist.nix
];
};
}