-
Notifications
You must be signed in to change notification settings - Fork 1
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
Redo the whole setup with nix-darwin #1
Draft
kblcuk
wants to merge
49
commits into
master
Choose a base branch
from
nix-darwin-based-setup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
It's kinda nice that I can then also control most of the OS setup (like hiding the Dock forever, reducing animation and all that).
b8044d4
to
6719134
Compare
...so Mason can install language servers.
...since I had them already present on my own machine.
Probably gonna use devenv in the future, if I'll ever need projects with different dependencies.
They are quite annoying most of the time for javascript projects.
Let's give it a go, it's visually quite pleasing.
Somehow it doesn't really work on my box :/
...except for some packages that I still want from unstable one.
It's a temp file managed by Lazyvim, we don't want to have that in our config.
...from nixpkgs-unstable by default.
Because manually switching between dark mode and light mode is so 2010's.
...since we're using homebrew version anyways
They were moved to own namespace as of nix 24.11
...so that I don't need to run this every now and then.
...which has been properly fixed as of 24.11.
...since for some reason neovim uses `>` for commenting by default for vue files (and svelte, for that matter). Until that gets fixed -- simply disable this behaviour for vue files. More context: LazyVim/LazyVim#5222
Because they are very slow.
...since they are always 2-space and can't be configured (yet).
For the sake of structure.
...since they are faster than their og versions.
The only difference is that we're loading busted and luassert if we are in test file.
Unstable one cannot build wezterm right now due to some compilation error -- I guess some tool became too new for the build process.
...as it suggests in error message after recent update.
b9608ec
to
05b6ea3
Compare
Based off Mitchell Hashimoto version: https://github.com/mitchellh/nixos-config/blob/d6e1b26bd0f483d92d1522c7de127c16a25a351c/lib/mksystem.nix#L4
Too much hassle with nix flake and rebuilding wezterm
To spice up spotify, duh.
https://github.com/nikitabobko/AeroSpace Seems to be nicer than Amethyst.
AAC handling needs.
Some claim it's spotlight on steroids.
88ca269
to
c301aa8
Compare
The performance problem was fixed 🎉
Should be better version of fugitive and close to magit
03c9359
to
55f5364
Compare
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.
It's kinda nice that I can then also control most of the OS setup (like
hiding the Dock forever, reducing animation and all that).