Initial config for jupiter
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
Config for my computers.
|
||||
|
||||
## Common operations
|
||||
|
||||
Update computer from my configuration:
|
||||
|
||||
```
|
||||
sudo darwin-rebuild switch --flake .
|
||||
```
|
||||
|
||||
Update home from my configuration:
|
||||
|
||||
```
|
||||
home-manager switch --flake .
|
||||
```
|
||||
|
||||
Update all dependencies in my configuration:
|
||||
|
||||
```
|
||||
nix flake update
|
||||
```
|
||||
|
||||
NOTE: you have to update computer and update home from
|
||||
configuration after doing this.
|
||||
|
||||
## Add/remove software
|
||||
|
||||
### First search for Nix
|
||||
|
||||
https://search.nixos.org/packages
|
||||
|
||||
Add to:
|
||||
|
||||
home.packages: `hosts/jupiter/home.nix`
|
||||
|
||||
### If not available in Nix
|
||||
|
||||
https://formulae.brew.sh/
|
||||
|
||||
Add to:
|
||||
|
||||
homebrew casks: `hosts/jupiter/darwin.nix`
|
||||
Reference in New Issue
Block a user