forked from emily/nixfiles
typos
This commit is contained in:
parent
21aa870784
commit
a042d6bfe6
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs }: {
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib; {
|
||||
imports = [
|
||||
../users
|
||||
../../modules
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs }: {
|
||||
{ config, pkgs, ... }: {
|
||||
users.users.emily = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Reference in a new issue