nixcfg/homeManagerModules/apps/default.nix

28 lines
301 B
Nix

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