mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 15:03:37 +00:00
11 lines
141 B
Nix
11 lines
141 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./base.nix
|
|
|
|
./dconf.nix
|
|
./firefox.nix
|
|
./neovim.nix
|
|
./polybar.nix
|
|
];
|
|
}
|