Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1a0c86ecd0f8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7d07645cba1e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2020

  1. nixos/sddm: use attrs instead of plain text

    Instead of treating the sddm config a wall of text that doesn't allow us
    to override anything, turn it into an attribute set.
    
    We dump `extraConfig` and instead introduce `settings` that is merged
    with the module defaults to provide the final configuration.
    
    There is some additional noise in here due to nixpkgs-fmt.
    peterhoeg committed Dec 28, 2020
    Copy the full SHA
    7d07645 View commit details
    Browse the repository at this point in the history