1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
.dotfiles/nixos/home/default.nix
roxwize c38f040574
~
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-24 16:08:11 -05:00

12 lines
183 B
Nix

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