nixcfg/homeManagerModules/apps/default.nix
Aly Raffauf 4da4930db9 code refactor for new host and user configs
fallarbor: added disko and fixed nixos-hardwarem odule import

fallarbor: added appropriate flake entries
2024-04-18 15:29:46 -04:00

30 lines
325 B
Nix

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