mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
14 lines
193 B
Nix
14 lines
193 B
Nix
{
|
|
imports = [
|
|
./hyprland
|
|
./theme.nix
|
|
./vscode.nix
|
|
./shell
|
|
./git.nix
|
|
./equalizer
|
|
./sops.nix
|
|
./night-light.nix
|
|
./virtualisation.nix
|
|
./flatpak.nix
|
|
];
|
|
}
|