1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
.dotfiles/nix/home/default.nix
roxwize 062c447374
~
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-23 22:35:27 -05:00

12 lines
183 B
Nix

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