restructuring6

This commit is contained in:
cnst
2024-06-24 21:17:44 +02:00
parent d1b3c635c8
commit e3adcf20e6
7 changed files with 24 additions and 12 deletions

11
home/modules/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{
imports = [
./firefox
./git
./gtk
./hypr
./neovim
./shell
./xdg
];
}