1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
.dotfiles/nixos/home/default.nix
2024-12-19 22:10:05 -05:00

6 lines
55 B
Nix

{ ... }:
{
imports = [
./base.nix
];
}