Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudosubin/nixos-config
Personal nix files, installs some dotfiles and softwares
https://github.com/sudosubin/nixos-config
dotfiles nix nixos
Last synced: 3 months ago
JSON representation
Personal nix files, installs some dotfiles and softwares
- Host: GitHub
- URL: https://github.com/sudosubin/nixos-config
- Owner: sudosubin
- License: mit
- Created: 2020-05-04T17:06:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T06:44:02.000Z (7 months ago)
- Last Synced: 2024-04-14T03:05:57.815Z (7 months ago)
- Topics: dotfiles, nix, nixos
- Language: Nix
- Homepage:
- Size: 18.3 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Config
Personal nix files, installs some dotfiles and softwares.
## Installation
```sh
# Linux
$ nixos-rebuild switch --flake '.#linux' --use-remote-sudo# Darwin
$ nix --experimental-features 'nix-command flakes' build '.#darwinConfigurations.darwin.system'
$ ./result/sw/bin/darwin-rebuild switch --flake '.#darwin'
```## Update (flake lock, custom packages)
```sh
$ nix flake update .
fetching ...$ ./scripts/auto-update-modules.py
fetching ...
```## Additional steps
- SSH keys `~/.ssh/id_ed25519`, `~/.ssh/id_ed25519.pub`
- GPG private keys
## License
NixOS Config is [MIT Licensed](./LICENSE).