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-20 13:56:07 -05:00

11 lines
141 B
Nix

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