nixcfg/homeManagerModules/apps/default.nix

31 lines
339 B
Nix

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