- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
16 lines
191 B
Nix
16 lines
191 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = (with pkgs; [
|
|
gnome.eog
|
|
mpv
|
|
trackma-gtk
|
|
pocket-casts
|
|
spotify
|
|
spicetify-cli
|
|
ani-cli
|
|
mangal
|
|
calibre
|
|
]);
|
|
}
|