An open API service indexing awesome lists of open source software.

https://github.com/johnpertoft/dotfiles

:trumpet: :trumpet: :trumpet:
https://github.com/johnpertoft/dotfiles

Last synced: 4 months ago
JSON representation

:trumpet: :trumpet: :trumpet:

Awesome Lists containing this project

README

          

# dotfiles

# Usage

```bash

# Update inputs and commit lock file
nix flake update --commit-lock-file .

# NixOS rebuild home
sudo nixos-rebuild switch --flake github:johnPertoft/dotfiles#nixos-home

# NixOS rebuild work
sudo nixos-rebuild switch --flake github:johnPertoft/dotfiles#nixos-work

# Home-manager switch
nix run github:johnPertoft/dotfiles#switch-home

# Shell with ipython and ml packages
nix shell .#ipython
```