Update gnome.nix
This commit is contained in:
parent
a0a5743c3b
commit
ab9fcceb83
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue