dotfiles/hosts/packages/tundra
2025-07-01 14:54:52 +10:00
..
src added various build artifacts for the tundra dev env 2025-07-01 14:54:52 +10:00
flake.lock added various build artifacts for the tundra dev env 2025-07-01 14:54:52 +10:00
flake.nix added various build artifacts for the tundra dev env 2025-07-01 14:54:52 +10:00
README added various build artifacts for the tundra dev env 2025-07-01 14:54:52 +10:00

**Tundra** is the name I'm giving my *desktop environment.*
Made primarily with Aylur's Astal library and the Vala
programming language (as an excuse to learn it).

NOTE: Tundra is designed specifically to work on Hyprland, 
I have no idea how it'll interact with other window managers :) 


##### Meson Notes (temporary)
Setup meson like `meson setup <BUILD-DIR> <SRC-DIR>` ie `meson setup build src`.
Compile meson like `meson compile -C <BUILD-DIR>` where <BUILD-DIR> is the relative path to it,
if you're in it already just use `meson compile` otherwise if in project root use `meson compile build`.