1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 15:03:37 +00:00
.dotfiles/nixos/home/default.nix
2024-12-31 02:37:57 -05:00

12 lines
162 B
Nix

{ ... }:
{
imports = [
./base.nix
./dconf.nix
./firefox.nix
./neovim.nix
./polybar.nix
./yambar.nix
];
}