Compare commits
1 commit
8105f3ba8b
...
7ffdceae2e
Author | SHA1 | Date | |
---|---|---|---|
7ffdceae2e |
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
|
@ -95,7 +95,7 @@
|
|||
#
|
||||
# ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
# Define a user account. Don't forget to set a password with `passwd`.
|
||||
users.users.ravenshade = {
|
||||
isNormalUser = true;
|
||||
description = "Zynh Ludwig";
|
||||
|
|
Loading…
Reference in a new issue