display manager (gdm) added

This commit is contained in:
biscuit
2025-05-14 09:11:02 -05:00
parent 4d979ce197
commit a7a6593e40
+6 -4
View File
@@ -65,10 +65,6 @@
gcc gcc
]; ];
font.packages = with pkgs; [
nerdfonts
];
environment.sessionVariables = { environment.sessionVariables = {
}; };
@@ -81,6 +77,12 @@
### ---------------------------------------- ### ----------------------------------------
### DESKTOP START ### DESKTOP START
services.xserver.displayManager.gdm.enable = true;
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];
hardware = { hardware = {
# pulseaudio.enable = true; # pulseaudio.enable = true;
graphics.enable = true; graphics.enable = true;