enable home-manager for koishi

This commit is contained in:
insects 2024-09-21 11:58:58 +02:00
parent a2c4cdee9b
commit 183db10312
7 changed files with 19 additions and 5 deletions

6
home/koishi.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }: {
imports = [
./global.nix
./features/desktop/font.nix
];
}