mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Nix-configuration
Installing on a system:
- create a new folder in machine for the system configuration
- create a symlink in the machine folder to the actual machine, called current
e.g. $/etc/nixos/machine/> ln -s nucturne/ current
Steps to fully finish home-setup:
- add home-manager channel to private channel-list (nix-channel add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager)
- install home-manager (nix-shell '' -A install
- generate home-instance
- add unlock-secret to secret-store (secret-tool store --label='keepassxc' keepass unlock)
- add certs and keyfiles
Description
Languages
Nix
79.6%
Emacs Lisp
12.4%
Haskell
4.6%
CSS
3%
Shell
0.4%