-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos/exwm: fix services.xserver.windowManager.exwm.enable option #361714
Conversation
Needs backport to 24.11 because this is broken in NixOS 24.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code wise looks good, but please squash your commits accordingly to the CONTRIBUTING.md guidelines. You should have only one commit similar to:
nixos/exwm: remove services.xserver.windowManager.exwm.enableDefaultConfig
Fix error: 'emacsWithPackages' has been renamed to/replaced by 'emacs.pkgs.withPackages' Fix: NixOS#361706
501892e
to
1351ea6
Compare
The default configuration was removed from upstream, see emacs-exwm/exwm#57 Fix: NixOS#319541 Co-authored-by: Lin Jian <[email protected]>
1351ea6
to
c82bf95
Compare
I took the liberty to remove the mention of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
I also changed the backport label from |
Successfully created backport PR for |
Fix: #319541
Fix: #361706
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.