mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-23 03:32:08 +01:00
15 lines
192 B
Nix
15 lines
192 B
Nix
{ pkgs, lib, config, options, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./autorandr.nix
|
|
./git.nix
|
|
./github.nix
|
|
./gopass.nix
|
|
./minio.nix
|
|
./netrc.nix
|
|
./ssh.nix
|
|
./vscode.nix
|
|
];
|
|
}
|