https://github.com/jgero/dotfiles
None of these files actually start with a dot
https://github.com/jgero/dotfiles
btrfs dotfiles home-manager linux neovim nixos sway waybar wlroots
Last synced: 6 months ago
JSON representation
None of these files actually start with a dot
- Host: GitHub
- URL: https://github.com/jgero/dotfiles
- Owner: jgero
- Created: 2022-11-27T10:57:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T15:19:32.000Z (7 months ago)
- Last Synced: 2025-12-24T15:44:21.418Z (7 months ago)
- Topics: btrfs, dotfiles, home-manager, linux, neovim, nixos, sway, waybar, wlroots
- Language: Nix
- Homepage:
- Size: 292 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
```
sudo nix --extra-experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko --flake github:jgero/dotfiles#nixpad
sudo nixos-install --flake github:jgero/dotfiles#nixpad --root /mnt
home-manager switch --flake .#
```
## TODO
- Implement [append only
backups](https://ruderich.org/simon/notes/append-only-backups-with-restic-and-rclone)
- Local LLM for nvim suggestions.
- *Plugin options:*
- https://github.com/huggingface/llm.nvim
- https://github.com/milanglacier/minuet-ai.nvim
- *LSPs:*
- https://github.com/huggingface/llm-ls
- *Serve model locally:*
- https://ollama.com/
- https://github.com/ggml-org/llama.cpp
[^1]: [NixOS Wiki - Impermanence](https://nixos.wiki/wiki/Impermanence)