12 lines
114 B
Nix
12 lines
114 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./fish.nix
|
|
./git.nix
|
|
./plasma.nix
|
|
./rime.nix
|
|
./spicetify.nix
|
|
];
|
|
}
|