- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
11 lines
138 B
Nix
11 lines
138 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = (with pkgs; [
|
|
blender
|
|
obs-studio
|
|
freecad
|
|
sweethome3d.application
|
|
]);
|
|
}
|