Skip to content

Commit

Permalink
refactor: replace kde plasma to gnome
Browse files Browse the repository at this point in the history
It is still painful to use kde on NixOS, see nix-community/home-manager#607
  • Loading branch information
MaikoTan committed Dec 17, 2023
1 parent 67fd488 commit e0721bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# Enable the X11 windowing system.
services.xserver = {
enable = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};

# Enable touchpad support (enabled default in most desktopManager).
Expand Down

0 comments on commit e0721bd

Please sign in to comment.