17 lines
130 B
Nix
17 lines
130 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./firefox
|
||
|
./git
|
||
|
./gnupg
|
||
|
./hypr
|
||
|
./kitty
|
||
|
./mako
|
||
|
./starship
|
||
|
./waybar
|
||
|
./wofi
|
||
|
./zsh
|
||
|
];
|
||
|
}
|