added home manager module

This commit is contained in:
2025-12-13 02:25:14 +03:00
parent 2a81fa7b1b
commit 2c452cb395
2 changed files with 146 additions and 0 deletions

View File

@@ -70,6 +70,9 @@
default = clrsync;
};
homeManagerModules.default = import ./home-manager-module.nix;
homeManagerModules.clrsync = self.homeManagerModules.default;
apps.${system} = {
clrsync-gui = {
type = "app";