dot_testing/home/x11.nix

24 lines
289 B
Nix
Raw Normal View History

2023-12-28 00:20:13 -06:00
{ lib, inputs, config, pkgs, home, ... }:
{
imports = [
./bspwm
./polybar
./sx
./sxhkd
./tridactyl
./zathura
./wallpapers
./firefox
./emacs
./vdirsyncer
./khal
./isync
./todoman
./neomutt
2023-12-28 00:20:13 -06:00
./x11-progs.nix
./tty.nix
];
}