flocon/README.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2024-10-11 15:54:32 +00:00
# ❄️ nix
2024-02-07 13:14:55 +00:00
2024-10-11 15:54:32 +00:00
My NixOS configurations, using flakes.
2024-02-07 13:14:55 +00:00
2024-10-11 15:54:32 +00:00
# </> Software I use
2024-02-07 13:14:27 +00:00
2024-10-11 15:54:32 +00:00
- Wayland compositor: [niri](https://github.com/YaLTeR/niri)
- Text editor: [neovim](https://github.com/neovim/neovim)
- Shell: [fish](https://github.com/fish-shell/fish-shell)
- Colors: [Catppuccin](https://github.com/catppuccin/catppuccin)
- Font: [Intel One Mono](github.com/intel/intel-one-mono)
2024-02-07 13:15:27 +00:00
2024-10-11 15:54:32 +00:00
Additionally using a lot of other software you can find in the configuration files.
2024-02-07 13:15:27 +00:00
2024-10-11 15:54:32 +00:00
# 🛠️ Structure
2024-02-07 14:45:56 +00:00
2024-10-11 15:54:32 +00:00
| Name | Description |
| ------------------- | ------------------------------------------------- |
| [home](home/) | Home manager configuration |
| [hosts](hosts/) | Host-specific (entry-points of the configuration) |
| [lib](lib/) | Helper functions |
| [modules](modules/) | NixOS modules |
2024-10-21 14:42:24 +00:00
| [system](system/) | NixOS configuration |
2023-09-20 16:27:06 +00:00
2024-10-11 15:54:32 +00:00
# 👥 Credits
2024-02-07 14:45:56 +00:00
2024-10-11 15:54:32 +00:00
People / repositories I have copied / learned from:
2024-02-07 14:45:56 +00:00
2024-10-11 15:54:32 +00:00
- [fufexan/dotfiles](https://github.com/fufexan/dotfiles) for the configuration structure
- [jacekpoz/nixos](https://git.jacekpoz.pl/poz/niksos) for learning how NixOS modules work
2024-02-07 14:36:27 +00:00
2024-10-11 15:54:32 +00:00
Some bits have also been borrowed from within the configuration, and credit has been given when its due.