Go to file
Lorenz Hohermuth 5f8926c766 a lot of changes 2024-11-26 14:05:57 +01:00
.gitignore Initial commit 2024-07-19 09:01:01 +02:00
README.md added setup and rebuilding to readme 2024-08-05 08:31:53 +02:00
configuration.nix a lot of changes 2024-11-26 14:05:57 +01:00
flake.lock lot of changes 2024-11-24 18:33:41 +01:00
flake.nix lot of changes 2024-11-24 18:33:41 +01:00
hardware-configuration.nix moved to nix flakes 2024-07-22 22:13:38 +02:00
home.nix a lot of changes 2024-11-26 14:05:57 +01:00

README.md

nix-config

setup

git clone https://git.lorenzzz.dev/lorenzhohermuth/nix-config.git && cd nix-config

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

nix-shell '<home-manager>' -A install

rebuild nixos

sudo nixos-rebuild switch --flake .

rebuild home-manager

home-manager switch --flake .