1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
.dotfiles/nixos/home/default.nix
roxwize 0c5c03049b
~
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-21 18:39:20 -05:00

12 lines
183 B
Nix

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