9 lines
140 B
Nix
9 lines
140 B
Nix
{
|
|
home-manager.modules = {
|
|
common = ./common.nix;
|
|
gui = ./gui;
|
|
deploy-rs = ./deploy-rs.nix;
|
|
swaync = ./swaync.nix;
|
|
};
|
|
}
|