fix formatting

This commit is contained in:
2023-11-28 00:30:21 +01:00
parent 9cb2787aab
commit 08f821f8e0
20 changed files with 465 additions and 2042 deletions

View File

@@ -1,9 +1,11 @@
# Home Manager Configuration
Rebuild the configuration
```sh
home-manager switch --flake ~/.config/home-manager
```
**Make sure new files are added to git**
## Initial Setup on a new machine
@@ -11,6 +13,7 @@ home-manager switch --flake ~/.config/home-manager
Enable flakes
`configuration.nix`
```nix
nix.settings.experimental-features = [ "nix-command" "flakes" ];
```
@@ -20,4 +23,5 @@ git clone git@github.com:Theaninova/home-manager-config.git ~/.config/home-manag
nix build '.#homeConfigurations.theaninova.activationPackage'
./result/activate
```
After that reload the shell
After that reload the shell