refactor(flake-parts): initial flake-parts configuration
This commit is contained in:
parent
8f67be9e68
commit
5603001d65
230 changed files with 380 additions and 717 deletions
14
inputs/home/modules/desktop/default.nix
Normal file
14
inputs/home/modules/desktop/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue