Everything works for now except dashboard and maybe some other

This commit is contained in:
2025-04-23 08:41:19 +03:00
parent e2545d8e3d
commit 7fe99790a4
15 changed files with 187 additions and 32 deletions
+2 -1
View File
@@ -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; [];
};