format
This commit is contained in:
parent
42d04f49fe
commit
606e382083
53 changed files with 1319 additions and 967 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: let
|
||||
{config, ...}: let
|
||||
inherit (config) conf;
|
||||
in {
|
||||
imports = [
|
||||
|
@ -31,10 +31,10 @@ in {
|
|||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
users.users.${conf.username}= {
|
||||
users.users.${conf.username} = {
|
||||
isNormalUser = true;
|
||||
description = conf.username;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
};
|
||||
|
||||
system.stateVersion = conf.stateVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue