change(nix): make flake more consistent with nixos module - #111
Open
yipfluoric wants to merge 4 commits into
Open
change(nix): make flake more consistent with nixos module#111yipfluoric wants to merge 4 commits into
yipfluoric wants to merge 4 commits into
Conversation
|
The description now contains the required template structure. |
yipfluoric
marked this pull request as ready for review
September 4, 2026 22:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switching
programs.noctalia-greetertoservices.displayManager.noctalia-greeterfor sanity when switching between nixpkgs and flake.Motivation
In #3, keeping it as
programs.noctalia-greeterwas fine, since it was insanely early. Now that the package is in nixpkgs and most people use that variation, using the flake module can conflict withservices.displayManager.noctalia-greeterand be a nuisance until you change it toprograms.noctalia-greeter. This changes it to the terminology nixpkgs uses for sanity.Type of Change
Related Issue
Testing
nh os switch -u
Mostly just testing using my repo rather than noctalia one in my flake
Manual Coverage
just run/just run-local(dev compositor)Sync Now)programs.noctalia-greeter)[output].name[output].layout/[output].transformsScreenshots / Videos
Checklist
CONTRIBUTING.mdandREADME.md.just formatwith clang-format v22+ installed, or this PR has no code changes.docs/user/when this PR changes user-visible behavior or configuration, or this PR does not require documentation changes.Additional Notes