mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/home-manager/emmie/home.nix
This commit is contained in:
2026-01-14 12:38:33 +07:00
parent f5bfc1cc68
commit 22994975e5
5 changed files with 17 additions and 10 deletions

View File

@@ -25,7 +25,6 @@
"adhil"
"buna"
];
kde-desktop = [ "rana" ];
};
instances = {
@@ -59,14 +58,6 @@
roles.server.tags."nixos" = { };
};
kde = {
module = {
name = "kde";
input = "clan-core";
};
roles.default.tags."kde-desktop" = { };
};
w-network = {
module = {
name = "zerotier";

View File

@@ -2,9 +2,18 @@
{
clan.inventory = {
tags = {
kde-desktop = [ "rana" ];
personal-computer = [ "rana" ];
};
instances = { };
instances = {
kde = {
module = {
name = "kde";
input = "clan-core";
};
roles.default.tags."kde-desktop" = { };
};
};
};
}