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

9 lines
111 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
qalculate-gtk
octave
];
}