update README.md
This commit is contained in:
parent
da28819606
commit
bf20f331a1
22
README.md
22
README.md
|
@ -5,17 +5,6 @@
|
||||||
My [NixOS](https://nixos.org/) and [Home-Manager](https://github.com/nix-community/home-manager) config files.
|
My [NixOS](https://nixos.org/) and [Home-Manager](https://github.com/nix-community/home-manager) config files.
|
||||||
Based upon [Misterio77's starter configs](https://github.com/Misterio77/nix-starter-configs).
|
Based upon [Misterio77's starter configs](https://github.com/Misterio77/nix-starter-configs).
|
||||||
|
|
||||||
**My other configs:**
|
|
||||||
* [neovim](https://github.com/sajenim/neovim-config)
|
|
||||||
* [wezterm](https://github.com/sajenim/wezterm-config)
|
|
||||||
|
|
||||||
**Development environments:**
|
|
||||||
* [xmobar](https://github.com/sajenim/xmobar-config)
|
|
||||||
* [xmonad](https://github.com/sajenim/xmonad-config)
|
|
||||||
|
|
||||||
Alternatively [jade](https://github.com/sajenim/jade) provides the plumbing for a desktop environment like experience.
|
|
||||||
To be used as a simple home-manager import.
|
|
||||||
|
|
||||||
> This repo is often neglected and doesn't necesarrily follow best practices.
|
> This repo is often neglected and doesn't necesarrily follow best practices.
|
||||||
> I recommend only using this repo for inspiration and instead use this
|
> I recommend only using this repo for inspiration and instead use this
|
||||||
> [boilerplate](https://github.com/Misterio77/nix-starter-configs/tree/main/standard)
|
> [boilerplate](https://github.com/Misterio77/nix-starter-configs/tree/main/standard)
|
||||||
|
@ -34,6 +23,14 @@ To be used as a simple home-manager import.
|
||||||
# Apply the user configuration
|
# Apply the user configuration
|
||||||
home-manager switch --flake .#user@hostname
|
home-manager switch --flake .#user@hostname
|
||||||
|
|
||||||
|
## Applications
|
||||||
|
Main programs that create my desktop experience.
|
||||||
|
|
||||||
|
* neovim
|
||||||
|
* wezterm
|
||||||
|
* xmonad
|
||||||
|
* xmobar
|
||||||
|
|
||||||
## Self hosted services
|
## Self hosted services
|
||||||
Services are hosted on a Raspberry Pi 4 Model B with podman containers.
|
Services are hosted on a Raspberry Pi 4 Model B with podman containers.
|
||||||
Volume backups are performed with BorgBackup.
|
Volume backups are performed with BorgBackup.
|
||||||
|
@ -51,7 +48,6 @@ Volume backups are performed with BorgBackup.
|
||||||
|
|
||||||
**Miscellaneous:**
|
**Miscellaneous:**
|
||||||
* homepage
|
* homepage
|
||||||
* bitwarden
|
|
||||||
* qbittorrent
|
* qbittorrent
|
||||||
* minecraft
|
* minecraft
|
||||||
|
|
||||||
|
@ -69,4 +65,4 @@ simply by listing them inside a flake.nix file.
|
||||||
* [Misterio77/nix-starter-configs](https://github.com/Misterio77/nix-starter-configs)
|
* [Misterio77/nix-starter-configs](https://github.com/Misterio77/nix-starter-configs)
|
||||||
### Other Configs
|
### Other Configs
|
||||||
* [fortuneteller2k/nix-config](https://github.com/fortuneteller2k/nix-config)
|
* [fortuneteller2k/nix-config](https://github.com/fortuneteller2k/nix-config)
|
||||||
* [javacafe01/dotnix](https://github.com/javacafe01/dotnix)
|
* [javacafe01/nix-config](https://github.com/javacafe01/nix-config)
|
||||||
|
|
Loading…
Reference in a new issue