mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
29 lines
312 B
Nix
29 lines
312 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./alacritty
|
|
./bash
|
|
./chromium
|
|
./emacs
|
|
./eza
|
|
./fastfetch
|
|
./firefox
|
|
./fuzzel
|
|
./fzf
|
|
./librewolf
|
|
./mako
|
|
./neofetch
|
|
./neovim
|
|
./swaylock
|
|
./thunar
|
|
./tmux
|
|
./vsCodium
|
|
./waybar
|
|
./wlogout
|
|
];
|
|
}
|