17 lines
237 B
Nix
17 lines
237 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./common/kitty.nix
|
|
./common/waybar
|
|
./common/cava.nix
|
|
./common/rofi
|
|
./xdg.nix
|
|
./qt/qt.nix
|
|
./gtk/gtk.nix
|
|
./common/neovim
|
|
./common/audio.nix
|
|
./common/floorp.nix
|
|
];
|
|
|
|
}
|