/mi-nix

Why am i using home-manager too? Cuz want to move most shit there, cuz can shift to any nix* distro if needed :P

Primary LanguageLua

MI-NIX : My Nix Config

Installs NixOS and Home-Manager as NixOS Module to manage user with my configs.

To build and test this config on a NixOS System

With Flakes

sudo nixos-rebuild switch --impure --flake github:creator54/mi-nix#cospi

Without Flakes

sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz home-manager
sudo nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
sudo nix-channel --update

sudo nixos-rebuild switch -I ./CosPi/configuration.nix
reboot