nix-config/home-manager/sajenim/fuchsia.nix

33 lines
484 B
Nix

{pkgs, ...}: {
imports = [
./global
./features/desktop
./features/printing
./features/games
];
home = {
packages = with pkgs; [
# Graphics
gimp
inkscape
krita
# Hardware
libratbag
piper
pulsemixer
# Media
mpc-cli
ncmpcpp
jellyfin-media-player
# Misc
libreoffice
firefox
google-chrome
ledger-live-desktop
unstable.zoom-us
zathura
];
};
}