62 lines
823 B
Nix
62 lines
823 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
# BEGIN PACKAGES
|
|
users.users.liamm.packages = with pkgs; [
|
|
adw-gtk3
|
|
arc-icon-theme
|
|
ark
|
|
ark-cli
|
|
audacity
|
|
bibata-cursors
|
|
brave
|
|
btop
|
|
diff-so-fancy
|
|
emacs-all-the-icons-fonts
|
|
emacs-gtk
|
|
emacsPackages.pdf-tools
|
|
exfatprogs
|
|
fastfetch
|
|
feh
|
|
ffmpeg
|
|
floorp-bin
|
|
focus
|
|
fred
|
|
fuzzel
|
|
fzf
|
|
gimp
|
|
gtk4
|
|
gvfs
|
|
grimblast
|
|
hyprpicker
|
|
hyprpwcenter
|
|
imagemagick
|
|
kdePackages.kdenlive
|
|
kdePackages.qt6ct
|
|
keepassxc
|
|
libsForQt5.qt5ct
|
|
localsend
|
|
materia-theme
|
|
mpv
|
|
mupdf
|
|
nwg-displays
|
|
nwg-look
|
|
obs-studio
|
|
openvpn
|
|
prismlauncher
|
|
signal-desktop
|
|
tela-icon-theme
|
|
tela-circle-icon-theme
|
|
texliveFull
|
|
thunar
|
|
thunar-volman
|
|
tree
|
|
wev
|
|
zoom-us
|
|
];
|
|
}
|
|
|