os/shared/home/default.nix
2023-05-21 19:15:04 +00:00

12 lines
No EOL
87 B
Nix

{ ... }:
{
imports = [
./fish.nix
./git.nix
./nix.nix
./gui
];
}