mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 15:18:38 +01:00
546b0f720a
Hyprland 0.36.0 changes the config quite a bit. Updating Hyprland to the latest commit on main and hyprlang to 0.5.0 fixes a lot of the bugs that were immediately caught after this release.
12 lines
151 B
Nix
12 lines
151 B
Nix
{
|
|
imports = [
|
|
./alejandra.nix
|
|
./base16-schemes.nix
|
|
./eza.nix
|
|
./hyprland.nix
|
|
./hyprlang.nix
|
|
./kitty.nix
|
|
./zola.nix
|
|
];
|
|
}
|