aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-12 21:40:55 -0500
committerRosa <rosaontheweb@proton.me>2026-01-12 21:40:55 -0500
commit00085b663dbe8b9f903a9648bdf596ef63719585 (patch)
tree2c3011695d2de65ce4c77a7c6550d59e1df42a87 /flake.nix
parent5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (diff)
initial swayfx module
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5e151b0..6757ef6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,8 +28,8 @@
{
hostName,
system,
- # Whether to create the default user account. This account will be
- # in the wheel group, and has an empty default password!
+ # Note that the default user account is in the wheel group and has an
+ # empty default password.
makeDefaultUser ? true,
useHomeManager ? true,
additionalModules ? [ ],