Skip to content

sddm-tokyo-night: init at 0-unstable-2023-06-13#404806

Closed
tohmais wants to merge 4 commits intoNixOS:masterfrom
tohmais:sddm-tokyo-night
Closed

sddm-tokyo-night: init at 0-unstable-2023-06-13#404806
tohmais wants to merge 4 commits intoNixOS:masterfrom
tohmais:sddm-tokyo-night

Conversation

@tohmais
Copy link
Copy Markdown

@tohmais tohmais commented May 7, 2025

Added the SDDM theme, tokyo-night-sddm, which is based on sugar dark. Edited the name slightly to be more consistent with other SDDM theme packages.

First time contributor, so please tell me if I screwed something up! (My editor did formatting changes to the maintainer list, but I caught it and reverted them.

I found using some of the other SDDM theme packages frustrating, so I'm using propagatedUserEnvPkgs instead of propagatedBuildInputs or similar. That means you install the theme by:

services.displayManager.sddm = {
  enable = true;  
  theme = "tokyo-night";
};

environment.systemPackages = [ pkgs.sddm-tokyo-night];

Instead of having to add the package to both environment.systemPackages and services.displayManager.sddm.extraPackages.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions Bot added the 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` label May 7, 2025
@NixOSInfra NixOSInfra added the 12.first-time contribution This PR is the author's first one; please be gentle! label May 7, 2025
@github-actions github-actions Bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 7, 2025
@tohmais
Copy link
Copy Markdown
Author

tohmais commented May 7, 2025

Gonna close this because I didn't follow commit guidelines. Will reopen with better commits.

@tohmais tohmais closed this May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants