1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: add hyprland to readme

This commit is contained in:
oddlama 2024-06-10 15:50:12 +02:00
parent def57cfc61
commit 7b9f5254c8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 10 additions and 3 deletions

View file

@ -39,7 +39,7 @@ that most people would have. The configurations are sorted into three categories
---|---|---|---
🐚 Shell | ZSH & Starship | [Link](./users/config/shell) | ZSH configuration with FZF, starship prompt, sqlite history and histdb-skim for fancy <kbd>Ctrl</kbd><kbd>R</kbd>
🖥️ Terminal | Kitty | [Link](./users/myuser/graphical/kitty.nix) | Terminal configuration with nerdfonts and history <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>H</kbd> to view scrollback buffer in neovim
🪟 WM | i3 | [Link](./users/myuser/graphical/i3.nix) | Tiling window manager, heavily customized to my personal preferences
🪟 WM | hyprland & i3 | [Link](./users/myuser/graphical/hyprland.nix), [Link](./users/myuser/graphical/i3.nix) | Tiling window manager, heavily customized to my personal preferences
🌐 Browser | Firefox | [Link](./users/myuser/graphical/firefox.nix) | Firefox with many privacy settings and betterfox
🖊️ Editor | Neovim | [Link](./users/myuser/neovim) | Extensive neovim configuration, made with nixvim
📜 Manpager | Neovim | [Link](./users/config/manpager.nix) | Isolated neovim as manpager via nixvim
@ -68,6 +68,13 @@ that most people would have. The configurations are sorted into three categories
📚 TSDB | – | Influxdb2 | [Link](./hosts/sire/guests/influxdb.nix) | Time series database for storing host metrics
⏱️ Metrics | – | Telegraf | [Link](./modules/telegraf.nix) | Per-host collection of metrics
<!--
- home assistant & subcomponents
- scrutiny
- ollama
- open-webui
-->
#### General & Miscellaneous
(WIP)
@ -96,10 +103,9 @@ but here's a quick breakdown of the what you will find where.
| | |
|---|---|
`hosts/<hostname>` | top-level configuration for `<hostname>`
`lib/` | library functions overlayed on top of `nixpkgs.lib`
`config/` | global configuration for all hosts
`config/optional/` | optional configuration included by hosts
`hosts/<hostname>` | top-level configuration for `<hostname>`
`modules/` | classical reusable configuration modules
`nix/` | library functions and flake plumbing
`pkgs/` | Custom packages and scripts

View file

@ -8,6 +8,7 @@
mkConnection
;
in {
# TODO: collect networks from globals
networks.ward-kea.name = "Home LAN";
networks.zackbiene-kea.name = "Isolated IoT Network";
networks.home-fritzbox = {