nixcfg/homeManagerModules/apps/default.nix

31 lines
338 B
Nix

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