added weylus

This commit is contained in:
2026-07-17 21:55:28 +01:00
parent 9104f3b5af
commit 0d35a34e9b
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{moduleWithSystem, ...}: {
flake.nixosModules.weylus = moduleWithSystem ({...}: {
programs.weylus = {
enable = true;
users = ["user01"];
};
});
}

View File

@@ -15,6 +15,7 @@
davinci davinci
sddm-autologin sddm-autologin
nix-ld nix-ld
weylus
]; ];
}; };
} }