Last active
September 2, 2025 06:27
-
-
Save Bad3r/ae4727cb6d97aae5355a9ddfb44c53b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export NIX_CONFIG="extra-experimental-features = nix-command flakes" && export NIXPKGS_ALLOW_UNFREE=1 | |
| nix profile install nixpkgs\#git | |
| nix profile install --impure nixpkgs\#claude-code | |
| git clone [email protected]:Bad3r/dotfiles.git $HOME/dotfiles | |
| git clone [email protected]:Bad3r/nixos-dendritic.git $HOME/nixos | |
| # Ensure to update hardware info | |
| sudo $HOME/nixos/build -t tec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment