Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willbush/system
Trying to build the perfect system
https://github.com/willbush/system
colemak-dh dotfiles emacs hyprland impermanence nix nix-flake nixos planck qmk-firmware wayland
Last synced: about 1 month ago
JSON representation
Trying to build the perfect system
- Host: GitHub
- URL: https://github.com/willbush/system
- Owner: willbush
- License: apache-2.0
- Created: 2014-06-14T23:38:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:13:47.000Z (about 2 months ago)
- Last Synced: 2024-10-24T16:22:27.410Z (about 2 months ago)
- Topics: colemak-dh, dotfiles, emacs, hyprland, impermanence, nix, nix-flake, nixos, planck, qmk-firmware, wayland
- Language: Emacs Lisp
- Homepage:
- Size: 3.08 MB
- Stars: 57
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
* ❄ NixOS system and Emacs config
In NixOS, I run an [[https://github.com/nix-community/impermanence][impermanent]] setup with tmpfs as root, flakes, LUKS
encryption. Check out [[https://willbush.dev/blog/impermanent-nixos/][this blog]] post I made if you're interested.* Folder Structure
#+begin_src
.
├── configs # see below.
├── hosts # host specific configuration files.
├── modules # NixOS modules
├── profiles
│ ├── home # home-manager profiles
│ └── nixos # nixos profiles
├── secrets # nix-sops encrypted secrets.
└── users # user specific
#+end_src** configs
A sort of catch all for config / non-nix code.
Some are simply configuration files that are symlinked to ~/.config/~ and managed
with [[https://github.com/rycee/home-manager][home manager]].*** keyboard firmware
Keyboard firmware code managed by Nix and the [[file:configs/keyboard-firmware/readme.org][readme]] that goes into depth on my
key layout and customized Evil / Vim keybindings.*** emacs / nvim
My emacs configuration code. See its [[file:configs/emacs/readme.org][readme]] for more information.
I typically only use Vim if Emacs is not available for some reason. In the
~init.vim~ file there are just the most important key bindings in my [[configs/keyboard-firmware/readme.org][customized
Evil / Vim keybindings]]* License
Dual licensed under either:
- Apache License, Version 2.0 ([[http://www.apache.org/licenses/LICENSE-2.0][LICENSE-APACHE]])
- MIT license ([[http://opensource.org/licenses/MIT][LICENSE-MIT]])
at your option.