mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
093f085630
Necessary since the current keyboard has too many broken keys.
36 lines
578 B
Nix
36 lines
578 B
Nix
{
|
|
imports = [
|
|
./boot.nix
|
|
./cdemu.nix
|
|
./docker.nix
|
|
./dual-function-keys.nix
|
|
./fish.nix
|
|
./fonts.nix
|
|
./greetd.nix
|
|
./home-manager.nix
|
|
./hyprland.nix
|
|
./locale.nix
|
|
./logind.nix
|
|
./mullvad.nix
|
|
./neovim.nix
|
|
./networking.nix
|
|
./nix.nix
|
|
./packages.nix
|
|
./piper.nix
|
|
./pipewire.nix
|
|
./postgres.nix
|
|
./resolved.nix
|
|
./starship.nix
|
|
./stylix.nix
|
|
./system.nix
|
|
./systemd.nix
|
|
./thunar.nix
|
|
./timezone.nix
|
|
./udev.nix
|
|
./user.nix
|
|
./virtualization.nix
|
|
./wine.nix
|
|
./zram.nix
|
|
];
|
|
}
|