37 lines
499 B
Nix
37 lines
499 B
Nix
{ pkgs, inputs, ... }:
|
|
|
|
with pkgs;
|
|
[
|
|
(python3.withPackages (
|
|
py: with py; [
|
|
pywayland
|
|
]
|
|
))
|
|
|
|
(birdtray.overrideAttrs (_: {
|
|
cmakeFlags = [ "-DOPT_THUNDERBIRD_CMDLINE=${thunderbird}/bin/thunderbird" ];
|
|
}))
|
|
|
|
jq
|
|
starship
|
|
firefox
|
|
fluffychat
|
|
home-manager
|
|
thunderbird-bin
|
|
youtube-music
|
|
libreoffice-qt6-fresh
|
|
gimp
|
|
git
|
|
cups
|
|
anydesk
|
|
fastfetch
|
|
playerctl
|
|
adwaita-icon-theme
|
|
android-tools
|
|
filezilla
|
|
bitwarden-desktop
|
|
davinci-resolve
|
|
mpv
|
|
sshfs
|
|
]
|