chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-02-26 00:23:03 +08:00
parent 3281960408
commit 9ff256061a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
12 changed files with 32 additions and 618 deletions

View file

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