nixcfg/homeManagerModules/apps/default.nix

29 lines
312 B
Nix
Raw Normal View History

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