summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-02 21:39:05 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-02 21:39:05 +0200
commitf8fd265d9c69c65976cb5267a6091d0cfc43fe38 (patch)
tree797c60a7601fa109499b3239977fc0c35c121ceb
parent5d0b02f7b6d72bf3a51b88965c3a03f7da67f5f8 (diff)
fixup comment
-rw-r--r--users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.nix b/users.nix
index d0ca626..fde40bf 100644
--- a/users.nix
+++ b/users.nix
@@ -62,7 +62,7 @@ in
# use global pkgs
useGlobalPkgs = true;
- # use shared home manager settings for all users
+ # use shared home manager settings
users.root = import ./home.nix;
users.cullmann = import ./home.nix;
};