- Add thunar file manager to dwm - Add nitrogen wallpaper setter to dwm - Add rclone, sweethome 3D, mangal, qalculate-gtk, octave, and qbittorrent packages
15 lines
203 B
Nix
15 lines
203 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dbus.nix
|
|
./gnome-keyring.nix
|
|
./miscellaneous.nix
|
|
./gaming.nix
|
|
./backups.nix
|
|
./user-shell.nix
|
|
./samba.nix
|
|
./cloud.nix
|
|
];
|
|
}
|