nixos/config/packages/default.nix

13 lines
124 B
Nix
Raw Permalink Normal View History

2024-07-07 18:11:51 +01:00
{
imports = [
./alacritty
./dunst
./git
./i3
./i3status
./neovim
./picom
./polybar
];
}