Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzakaria/nix-home
A nix home development environment
https://github.com/fzakaria/nix-home
development-environment dotfiles home-manager nix
Last synced: 11 days ago
JSON representation
A nix home development environment
- Host: GitHub
- URL: https://github.com/fzakaria/nix-home
- Owner: fzakaria
- Created: 2020-06-03T16:18:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T17:11:37.000Z (11 months ago)
- Last Synced: 2024-05-02T06:04:57.097Z (6 months ago)
- Topics: development-environment, dotfiles, home-manager, nix
- Language: Shell
- Size: 123 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix Home
Welcome to a our declarative machine setup using Nix.
## NixOS Machines
[nyx](./machines/nyx/configuration.nix): Framework Laptop 13 AMD whose primary driver is [fzakaria](https://github.com/fzakaria).
[nixie](./machines/nixie/configuration.nix): Framework Laptop 13 AMD whose primary driver is [markrwilliams](https://github.com/markrwilliams).
[altaria](./machines/altaria/configuration.nix): AWS EC2 server running a few things, namely quassel.
## HomeManager
Additionally, we keep a few HomeManager only setups.
You can find them in [flake.nix](./flake.nix).## Why Nix/NixOS?
Nix is a totally different way of managing packages & dependencies on your machine from all other package managers: homebrew, apt, yum etc..
If you want the official explanation on what Nix does better please read [why you should give it a try](https://nixos.org/nixos/nix-pills/why-you-should-give-it-a-try.html).