Skip to content

olafkfreund/nixos_config

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2024
Mar 31, 2025
Jul 4, 2024
Mar 31, 2025
Mar 30, 2025
Nov 5, 2024
Mar 28, 2025
Jan 25, 2025
Mar 20, 2025
Mar 21, 2025
Jan 5, 2024
Jul 4, 2024
Sep 22, 2024
Feb 9, 2025
Feb 9, 2025
Jan 5, 2024
Jun 29, 2024
Nov 12, 2024
Mar 31, 2025
Mar 24, 2025
Aug 22, 2024
Feb 9, 2025
Feb 27, 2024

Repository files navigation

Nixos configuration

My private Nixos configuration

Screenshot:

Alt text Alt text Alt text

Step 1: Install git

nix-env -iA nixos.git

Step 3: Clone my repository

git clone git@github.com:olafkfreund/nixos_config.git

Step 4: Enter the cloned directory

cd nixos_config

Step 5: Copy the contents of the cloned "nixos" folder to /etc/nixos or your nixos dir this is mine: ~/.config/nixos

Note: This will exclude the hidden .git folder

sudo rsync -av --exclude='.git' ./* ~/.config/nixos

Step 6:

sudo chown -R $(whoami):$(id -gn) ~/.config/nixos

About

My private nixos_config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published