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

7 lines
55 B
Nix
Raw Normal View History

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