dotfiles/rebuild-ubuntu.sh

7 lines
198 B
Bash
Raw Normal View History

2023-01-02 05:38:18 +00:00
#!/bin/bash
2023-01-02 17:42:32 +00:00
NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/tyrel/channels/nixpkgs:/nix/var/nix/profiles/per-user/tyrel/channels
2023-01-02 18:04:19 +00:00
nix run ./_ubuntu switch -vv
2023-01-02 15:23:09 +00:00
home-manager switch --flake ./_ubuntu