diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-25 05:05:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-25 05:05:06 +0900 |
| commit | b380bb248c69ae2c9bbd6b2784f953a20492a228 (patch) | |
| tree | 97fa2d4951c132b9093ba5caa25c2bcf5f987ef1 | |
| parent | 87e008d56de974947ebb99c2cc40b25d3c2cf43e (diff) | |
release: 0.0.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -4,8 +4,8 @@ Hakurei [](https://pkg.go.dev/git.gensokyo.uk/security/hakurei) [](https://goreportcard.com/report/git.gensokyo.uk/security/hakurei) -Lets you run graphical applications as another user in a confined environment with a nice NixOS -module to configure target users and provide launchers and desktop files for your privileged user. +Lets you run graphical applications as dedicated subordinate users in a container environment with a nice NixOS +module to configure target users and provide launch scripts and desktop files. Why would you want this? @@ -23,7 +23,7 @@ nix run git+https://git.gensokyo.uk/security/hakurei -- help ## Module usage -The NixOS module currently requires home-manager to function correctly. +The NixOS module currently requires home-manager to configure subordinate users. Full module documentation can be found [here](options.md). diff --git a/package.nix b/package.nix index aa73ada2..64ab6cd9 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "hakurei"; - version = "0.4.1"; + version = "0.0.1"; srcFiltered = builtins.path { name = "${pname}-src"; |
