nix-dotfiles/hmModules/apps/default.nix

19 lines
215 B
Nix
Raw Normal View History

2024-04-14 05:40:02 -07:00
{ config, pkgs, ... }:
{
imports = [
./chat
./file-browsers
./gimp
./git
./hypr
./lutris
./media-viewers
./neovim
./obs
./rofi
./shells
./terminal-emulators
];
}