nix-config/modules/nixos/desktop/default.nix

11 lines
107 B
Nix
Raw Normal View History

{
imports = [
./dconf.nix
./dwm
./fonts.nix
./media
./st.nix
./thunar.nix
];
}