1b771db0c8
switch over to a neovim configuration in lua, btrtile for dwl, remove unnecessary things, some browser addons, rofimoji, fix february flake
23 lines
293 B
Nix
23 lines
293 B
Nix
{
|
|
imports = [
|
|
./nvim
|
|
./rofi
|
|
|
|
./btop.nix
|
|
./carapace.nix
|
|
./fastfetch.nix
|
|
./fish.nix
|
|
./git.nix
|
|
./hyfetch.nix
|
|
./mako.nix
|
|
./ncspot.nix
|
|
./tmux.nix
|
|
./vesktop.nix
|
|
./waybar.nix
|
|
./yazi.nix
|
|
./zathura.nix
|
|
./zen.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|