1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 20:23:08 +00:00
This commit is contained in:
Rae 5e 2024-12-19 22:10:05 -05:00
parent 96a94cedbd
commit 12bffc5102
3 changed files with 12 additions and 3 deletions

6
nixos/home/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./base.nix
];
}