Go to file
Lorenz Hohermuth 97e462bea0 changes 2024-10-03 10:34:20 +02: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 changes 2024-10-03 10:34:20 +02:00
flake.lock changed fork and finished setting up spicetify 2024-07-28 00:10:53 +02:00
flake.nix changed icons to papirus and styled login 2024-07-28 17:05:59 +02:00
hardware-configuration.nix moved to nix flakes 2024-07-22 22:13:38 +02:00
home.nix changes 2024-10-03 10:34:20 +02: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 .