https://github.com/johnpertoft/dotfiles
:trumpet: :trumpet: :trumpet:
https://github.com/johnpertoft/dotfiles
Last synced: 4 months ago
JSON representation
:trumpet: :trumpet: :trumpet:
- Host: GitHub
- URL: https://github.com/johnpertoft/dotfiles
- Owner: johnPertoft
- Created: 2023-03-23T19:52:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T20:42:07.000Z (about 1 year ago)
- Last Synced: 2025-04-20T21:34:14.969Z (about 1 year ago)
- Language: Nix
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```