mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
12 lines
183 B
Nix
12 lines
183 B
Nix
{ ... }: {
|
|
imports = [
|
|
./base.nix
|
|
|
|
./dconf.nix
|
|
./firefox.nix
|
|
./neovim.nix
|
|
./polybar.nix
|
|
./vscode.nix
|
|
./yambar.nix
|
|
];
|
|
}
|