Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created November 30, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/298607bda2d57c4dd1bfcc3e0be25338 to your computer and use it in GitHub Desktop.
Save samueldr/298607bda2d57c4dd1bfcc3e0be25338 to your computer and use it in GitHub Desktop.
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
plasma-workspace
];
environment.pathsToLink = [ "/share" ];
# Display manager (sddm)
services.xserver.displayManager.sddm.enable = true;
services.xserver.displayManager.sddm.theme = "breeze";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment