refactor(flake-parts): initial flake-parts configuration

This commit is contained in:
ooks-io 2024-05-13 22:50:56 +12:00
parent 8f67be9e68
commit 5603001d65
230 changed files with 380 additions and 717 deletions

View file

@ -0,0 +1,14 @@
{
imports = [
./browser # done -- firefox still need: chrome, brave
./creative
./communication # only discord implemented
./media # done -- spotify gui still needs to be implemented
./terminal # done -- wezterm still needs to be implemented
./wayland # -- almost done, need to implement eww
./productivity
./gaming
./security
./tools
];
}