2023-10-30 00:33:18 +01:00
2023-10-30 00:33:18 +01:00
2023-10-29 00:40:45 +02:00
2023-10-29 00:40:45 +02:00
2023-10-28 13:24:52 +02:00
2023-10-29 00:40:45 +02:00
2023-10-29 02:07:02 +02:00
2023-10-29 00:40:45 +02:00
2023-10-29 02:07:02 +02:00
2023-10-28 13:24:52 +02:00
2023-10-29 00:40:45 +02:00
2023-10-28 13:24:52 +02:00

Home Manager Configuration

Rebuild the configuration

home-manager switch --flake ~/.config/home-manager

Make sure new files are added to git

Initial Setup on a new machine

Enable flakes

configuration.nix

nix.settings.experimental-features = [ "nix-command" "flakes" ];
git clone git@github.com:Theaninova/home-manager-config.git ~/.config/home-manager
nix build '.#homeConfigurations.theaninova.activationPackage'
./result/activate

After that reload the shell

S
Description
Stuff to make your NixOS based system
Readme
85 MiB
Languages
Nix 87.8%
Vim Script 5%
CSS 4.8%
Python 1.3%
Lua 0.7%
Other 0.4%