diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-02-13 15:53:54 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-02-13 15:53:54 -0500 |
| commit | 0287a28426b6fc8452e73d037820213638c97659 (patch) | |
| tree | 5c21bd3cb3f4c9a6cdd679259db3726ca4d3a986 /mod/users/kle | |
| parent | 221d7084c23dce02e3f47ab18db2bfba78efe83b (diff) | |
| download | depot-0287a28426b6fc8452e73d037820213638c97659.tar.gz depot-0287a28426b6fc8452e73d037820213638c97659.tar.bz2 depot-0287a28426b6fc8452e73d037820213638c97659.zip | |
feb2025 sprint
Diffstat (limited to 'mod/users/kle')
| -rw-r--r-- | mod/users/kle/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/users/kle/default.nix b/mod/users/kle/default.nix index 6f1cda2..d8fd3a2 100644 --- a/mod/users/kle/default.nix +++ b/mod/users/kle/default.nix @@ -28,7 +28,7 @@ in shell = pkgs.fish; home = "/persist/usr/kle"; createHome = true; - extraGroups = [ "wheel" "users" "networkmanager" "video" ]; + extraGroups = [ "wheel" "users" "networkmanager" "video" "corectrl" ]; packages = with pkgs; [ # utilities btop |
