Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: nix-community/home-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a2937e96da07a511ae80ab077ccf9eaea417169
Choose a base ref
..
head repository: nix-community/home-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f97a5b813f6cee96f13e80ba851c2ad9e3f20b03
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 tests/modules/programs/superfile/partial-theme-settings.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# When not specified in `programs.superfile.settings.theme`,
# test that the first skin name (alphabetically) is used in the config file
# TODO: it'd be good to add a test for: WHEN settings attribute is undefined or empty THEN the file remains uncreated
{ pkgs, lib, ... }: {
xdg.enable = lib.mkIf pkgs.stdenv.isDarwin false;