This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, lib, overlays, ... }:
|
||||
{ inputs, pkgs, overlays, ... }:
|
||||
{
|
||||
|
||||
imports =
|
||||
@@ -13,7 +13,6 @@
|
||||
isNormalUser = true;
|
||||
description = "smayzy";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user