dot_testing/home/x11.nix

19 lines
221 B
Nix
Raw Permalink 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
./x11-progs.nix
./tty.nix
];
}