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

https://github.com/bitscoper/bitscoper_nixos_configuration

My NixOS Configuration
https://github.com/bitscoper/bitscoper_nixos_configuration

nixos-configuration

Last synced: about 2 months ago
JSON representation

My NixOS Configuration

Awesome Lists containing this project

README

          

# Bitscoper NixOS Configuration

My NixOS Configuration

## Run

```sh
sudo nix-channel --list

sudo nix-channel --remove nixos

sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos

sudo nix-channel --list

sudo nix-channel --update && sudo sudo nix-env -u --always

nix-shell -p git --run 'sudo nixos-rebuild boot --refresh --install-bootloader --option experimental-features "nix-command flakes"'
```

## Notes

- I write commit messages in Title Case and past tense, leaving out articles to keep them concise while still showing details.
- I reuploaded the repository to clean up the commit history, but this is unlikely to happen again.