nix/modules/desktop-usage.nix

9 lines
155 B
Nix
Raw Normal View History

2023-09-05 22:39:17 -05:00
{ ... }: {
2023-09-29 16:57:26 -05:00
# TODO: add a DE and include either plasma or gnome as a fallback?
2023-09-05 22:39:17 -05:00
imports = [
./sway.nix
./user-installed-applications.nix
];
}