reyman / nix-dotfiles

My personal nix and nixos configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My nix dotfiles

nixos contains my nixos configuration, and is symlinked to /etc/nixos

nixpkgs contains my userland nix configuration, and is symlinked to $HOME/.config/nixpkgs via the install script

To install nix

curl -L https://nixos.org/nix/install | sh

To install my home-manager configuration

git clone https://github.com/mjlbach/nix-dotfiles.git
cd nix-dotfiles/nixpkgs
bash install.sh {fedora, macos, cluster, nixos}`
bash switch.sh

To install my NixOS configuration

Coming soon...

About

My personal nix and nixos configuration


Languages

Language:Nix 32.8%Language:Shell 31.6%Language:Emacs Lisp 20.7%Language:Vim Script 14.8%