Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidtwco/veritas
@davidtwco's personal mono-repo - containing the declarative configuration of servers, desktops and laptops - including dotfiles; a collection of packages; a static site generator and source of "davidtw.co".
https://github.com/davidtwco/veritas
dotfiles git gnupg neovim nix nixos nixos-configuration personal-website tmux vim
Last synced: 4 days ago
JSON representation
@davidtwco's personal mono-repo - containing the declarative configuration of servers, desktops and laptops - including dotfiles; a collection of packages; a static site generator and source of "davidtw.co".
- Host: GitHub
- URL: https://github.com/davidtwco/veritas
- Owner: davidtwco
- License: apache-2.0
- Created: 2018-05-23T15:29:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T17:16:02.000Z (4 months ago)
- Last Synced: 2024-12-15T06:04:22.013Z (11 days ago)
- Topics: dotfiles, git, gnupg, neovim, nix, nixos, nixos-configuration, personal-website, tmux, vim
- Language: Nix
- Homepage: https://davidtw.co
- Size: 16.9 MB
- Stars: 155
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Veritas
Veritas is the declarative configuration of my servers, desktops and laptops. This project is based
on the NixOS operating system and uses home-manager to manage my dotfiles, for both NixOS and
non-NixOS hosts (like WSL or macOS).## Why Nix?
Nix is a powerful package manager for Linux and other Unix systems that makes package management
reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of
multiple versions of a package, multi-user package management and easy setup of build environments.## Why NixOS?
NixOS is a Linux distribution with a unique approach to package and configuration management. Built
on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable,
and [has many other advantages](https://nixos.org/nixos/about.html).# Author
This project is developed by [David Wood](https://davidtw.co).# License
Veritas is distributed under the terms of both the MIT license and the Apache License (Version 2.0).See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.