Add aereospace #76
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
flake-update
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nemith/nixfiles!76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "brb/push-tnllsyttosyn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request Overview
This PR adds AeroSpace window manager configuration as a new Nix module for macOS systems. AeroSpace is a tiling window manager that provides gaps and window management capabilities.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@ -0,0 +7,4 @@options.bbennett.aerospace.enable = lib.mkEnableOption "aerospace wm";config = lib.mkIf config.bbennett.aerospace.enable {home.packages = [ pkgs.aerospace ];The
home.packagesconfiguration is redundant when usingprograms.aerospace.enable = true, as the program module typically manages package installation automatically.View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.