nixcfg/homeManagerModules/apps/default.nix
2024-06-03 22:10:25 -04:00

29 lines
312 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./alacritty
./bash
./chromium
./emacs
./eza
./fastfetch
./firefox
./fuzzel
./fzf
./librewolf
./mako
./neofetch
./neovim
./swaylock
./thunar
./tmux
./vsCodium
./waybar
./wlogout
];
}