Update gnome.nix

This commit is contained in:
ediblerope 2026-01-11 22:29:04 +00:00 committed by GitHub
parent a0a5743c3b
commit ab9fcceb83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,9 @@
services.xserver.enable = true;
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
services.xserver.displayManager.gdm.wayland = true;
boot.plymouth.enable = false;
boot.initrd.kernelModules = [ "amdgpu" ];
# Add extensions and packages
environment.systemPackages = with pkgs; [
@ -19,6 +22,8 @@
papirus-icon-theme # Add Papirus icon theme
];
# Set cursor theme
environment.sessionVariables = {
XCURSOR_THEME = "Adwaita";