mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
12 lines
149 B
Nix
12 lines
149 B
Nix
{
|
|
imports = [
|
|
./hyprland
|
|
./theme.nix
|
|
./vscode.nix
|
|
./shell
|
|
./ssh-client.nix
|
|
./git.nix
|
|
./equalizer
|
|
./sops.nix
|
|
];
|
|
}
|