Go to file
Lorenz Hohermuth c264978d6b back to unstable 2025-03-11 08:35:24 +01:00
eFisc back to unstable 2025-03-11 08:35:24 +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 back to unstable 2025-03-11 08:35:24 +01:00
flake.lock back to unstable 2025-03-11 08:35:24 +01:00
flake.nix back to unstable 2025-03-11 08:35:24 +01:00
hardware-configuration.nix moved to nix flakes 2024-07-22 22:13:38 +02:00
home.nix back to unstable 2025-03-11 08:35:24 +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 .