Files
nixos-config/user/media/players.nix
Sravan Balaji b1c750b960 Bunch More Packages
- Add thunar file manager to dwm
- Add nitrogen wallpaper setter to dwm
- Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and
  qbittorrent packages
2024-03-31 10:16:17 -04:00

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
]);
}