Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rytswd/nix-config
https://github.com/rytswd/nix-config
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rytswd/nix-config
- Owner: rytswd
- Created: 2023-07-20T01:26:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:51:22.000Z (2 months ago)
- Last Synced: 2024-10-17T13:58:54.872Z (2 months ago)
- Language: Nix
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Nix Config
[[file:images/2024-02-16_18-02-48_screenshot.png]]
** ๐ My Configuration, Not Yours
My configuration will not be useful as is for many, and it's never meant to be. I made all the configurations for my specific needs. You are welcome to have a look to understand how I work, how to configure with Nix, etc. I will check Issues and Pull Requests, but may not take in suggestions and configurations.** ๐งช Nix Setup
Nix is used for both macOS and NixOS for my configuration. You can check out both configurations here. All the configurations are based on [[https://nixos.wiki/wiki/Flakes][Nix Flake]].*** For macOS
For macOS, I use [[https://github.com/LnL7/nix-darwin][nix-darwin]] and [[https://github.com/nix-community/home-manager][home-manager]] to configure.You can find more in [[machine-setup/mbp/README.org]].
*** For NixOS with UTM (on Mac)
All the NixOS configurations are done with ~nixpkgs.lib.nixosSystem~ and [[https://github.com/nix-community/home-manager][home-manager]].For the UTM setup for VM on macOS, you can find more in [[machine-setup/mbp-utm/README.org]]. Other VM solutions may also be added as I get to test more.
** ๐ Configuration Details
The idea is to ensure I have all the ~$HOME~ setup defined declaratively, while allowing some imperative adjustments when and if necessary. Also, it is designed to work with various machines and environments, so that most of the configurations can be shared among the different environments, but still there would be some additional configurations made possible. (Or simply duplicating some resources.)*** Directories
To be updated (should be mostly clear by their names)*** Key Tools In Use
You can find the actual configurations in various ~.nix~ files in this repository. Here is a list of items that are worth clarifying for anyone keen to understand how I work in general.**** ๐ Editor
I mainly use *Emacs* for any coding tasks, and many more (note taking, task management, email, etc.). All of my Emacs configurations are NOT in this repository, and I manage them in a separate repository (to be open sourced at some point).
With my Emacs, I use [[https://github.com/emacs-evil/evil][Evil key bindings]] along with Emacs bindings. I use both Emacs and Vi bindings all the time, and thus NeoVim is also another platform I sometimes fall back to. I do have VSCode installed and use it occasionally, but rather rarely.**** ๐ป Terminal
I used to use various solutions, but now my main driver is *Ghostty*. It is performant and does everything I need well and cleanly. Before Ghostty, I used to use [[https://github.com/alacritty/alacritty][Alacritty]] and [[https://github.com/tmux/tmux][tmux]], but I do not feel the need anymore. I also have [[https://sw.kovidgoyal.net/kitty/][Kitty]] available, but I do not use it.**** โ๏ธ Core Components
Here is the list of tools I use for the key components of each OS.
| ๐ฑ | macOS | NixOS |
|-------------------+-------------+---------|
| Window Management | [[https://github.com/koekeishiya/yabai][yabai]] | TBC |
| Shortcut | [[https://github.com/koekeishiya/skhd][skhd]] | TBC |
| Toolbar | [[https://github.com/felixkratz/sketchybar/][sketchybar]] | TBC |
| App Launcher | [[https://www.raycast.com/][Raycast]] | TBC |
| Browser | [[https://arc.net/][Arc Browser]] | [[https://vivaldi.com/][Vivaldi]] |**** ๐ Other Tools
For macOS
- UTM: https://github.com/utmapp/UTM
- Kap: https://getkap.co/
- KeyCastr: https://github.com/keycastr/keycastr