mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
30 lines
325 B
Nix
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
|
||
|
];
|
||
|
}
|