- Gui config reorganization - Enable picom for dwm - Install some utilities like arandr, autorandr, and unclutter-xfixes for dwm - Add nerdfonts for FiraCode - Remove conditional imports list syntax - Add audio tools like playerctl and pavucontrol - Enable polkit and add GNOME polkit - Add more media programs like freecad, audacity, ani-cli, and calibre - Add flameshot
14 lines
210 B
Nix
14 lines
210 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./3d-printing.nix
|
|
./bootable-media.nix
|
|
./file-syncing.nix
|
|
./keyboard-configuration.nix
|
|
./passwords.nix
|
|
./xdg.nix
|
|
./screenshot.nix
|
|
];
|
|
}
|