Everything works for now except dashboard and maybe some other
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
outputs.nixosModules
|
||||
outputs.azos-core.nixosModules
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
@@ -69,7 +70,7 @@
|
||||
users.users.aner = {
|
||||
isNormalUser = true;
|
||||
description = "Aner Zakobar";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "audio"];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user