some cleanup

This commit is contained in:
LunarAkai 2025-03-15 16:19:21 +01:00
commit ccac697b26
11 changed files with 22 additions and 34 deletions

View file

@ -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