10 lines
No EOL
100 B
Nix
10 lines
No EOL
100 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bash.nix
|
|
./gaming.nix
|
|
./git.nix
|
|
./ssh.nix
|
|
];
|
|
} |