- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
8 lines
102 B
Nix
8 lines
102 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
qbittorrent-qt5
|
|
];
|
|
}
|