Skip to content

GuiltedRose/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-config

Setting up Home Manager for NixOS:

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

This is needed to install the current version of home manager for our Nix build.

nix-channel --add https://github.com/nix-community/home-manager/archive/release-[insert version number].tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install

To make sure it works properly we can run this:

home-manager

NOTE: to install we need to reboot the system first. We also need to update home-manager from 22.11 to the newest build version.

By default your nix configeration file is located in: /home/user/.config/home-manager/home.nix

The home.nix file will be were you'll store all the user side applications.

This is done in this way to make sure that the system configeration is done with the configeration.nix file keeping the userspace seperate entirely.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages