Remove attempt to add display manager

This commit is contained in:
2024-07-22 14:43:43 -05:00
parent cd9a2df603
commit 444726af6c
8 changed files with 286 additions and 30 deletions

View File

@@ -18,8 +18,11 @@
environment.systemPackages = with pkgs; [
localPackages.x86_64-linux.jhelioviewer
lemurs
];
services.hardware.openrgb.enable = true;
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
@@ -54,7 +57,7 @@
# Define a user account.
users.users.eesim = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "audo" "networkmanager" ];
extraGroups = [ "wheel" "video" "audio" "networkmanager" "dialout" ];
packages = with pkgs; [];
shell = pkgs.fish;
openssh.authorizedKeys.keys = [