some cleanup
This commit is contained in:
parent
4fdda76cec
commit
ccac697b26
11 changed files with 22 additions and 34 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
@ -9,8 +8,8 @@
|
|||
isNormalUser = true;
|
||||
description = "luna";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue