mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-05 17:26:47 +02:00
This works since we're no longer depending on a network of virtual machines that use their own virtualization configurations.
17 lines
247 B
Nix
17 lines
247 B
Nix
{
|
|
imports = [
|
|
./dual-function-keys.nix
|
|
./fish.nix
|
|
./fonts.nix
|
|
./greetd.nix
|
|
./hyprland.nix
|
|
./piper.nix
|
|
./pipewire.nix
|
|
./starship.nix
|
|
./stylix.nix
|
|
./thunar.nix
|
|
./user.nix
|
|
./virtualization.nix
|
|
];
|
|
}
|