refactor: home-manager

This commit is contained in:
Ryan Yin
2023-12-23 17:43:57 +08:00
parent 006bf56fd7
commit 44eb487df9
7 changed files with 27 additions and 112 deletions

10
home/linux/desktop.nix Normal file
View File

@@ -0,0 +1,10 @@
{
imports = [
../base/desktop
../base/core.nix
./base
./fcitx5
./desktop
];
}