nixcfg/homeManagerModules/apps/default.nix

29 lines
317 B
Nix
Raw Normal View History

{
config,
lib,
pkgs,
...
}: {
imports = [
./alacritty
./backblaze
./bash
./chromium
./emacs
2024-05-04 07:02:48 -04:00
./fastfetch
./firefox
./fuzzel
./keepassxc
./librewolf
./mako
2024-06-21 22:14:07 -04:00
./nemo
./swaylock
./thunar
./tmux
./vsCodium
./waybar
./wlogout
./zed
];
}