2023-12-15 01:30:05 +01:00
2023-11-25 20:16:01 +01:00
2023-11-20 18:40:30 +01:00
2023-11-28 00:30:21 +01:00
2023-12-15 01:30:05 +01:00
2023-10-28 13:24:52 +02:00
2023-11-22 21:35:39 +01:00
2023-12-15 01:30:05 +01:00
2023-12-15 01:30:05 +01:00
2023-11-28 00:30:21 +01:00
2023-11-24 13:55:24 +01:00
2023-12-15 01:30:05 +01:00
2023-11-28 00:30:21 +01:00
2023-11-28 00:30:21 +01:00
2023-11-28 00:30:21 +01:00
2023-11-28 00:30:21 +01: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

Description
Stuff to make your NixOS based system
Readme 85 MiB
Languages
Nix 88.4%
Vim Script 5.9%
CSS 5.7%