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

9 lines
98 B
Nix
Raw Normal View History

2024-12-20 03:10:05 +00:00
{ ... }:
{
imports = [
./base.nix
2024-12-20 03:52:48 +00:00
./firefox.nix
./neovim.nix
2024-12-20 03:10:05 +00:00
];
}