Files
nixos-config/user/media/creation.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

11 lines
138 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
blender
obs-studio
freecad
sweethome3d.application
]);
}