https://github.com/trin94/nix-config
NixOS configuration
https://github.com/trin94/nix-config
Last synced: 3 months ago
JSON representation
NixOS configuration
- Host: GitHub
- URL: https://github.com/trin94/nix-config
- Owner: trin94
- Created: 2024-09-25T21:11:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:49:36.000Z (7 months ago)
- Last Synced: 2024-10-20T18:13:15.155Z (7 months ago)
- Language: Nix
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixOS config
This repo contains my work-in-progress home-manager configuration.
## Install on new machine
```shell
nix-shell -p git just home-manager nh nixfmt treefmt2git clone https://github.com/trin94/nix-config.git ~/.dotfiles
cd ~/.dotfilesexport NIX_CONFIG="experimental-features = nix-command flakes"
# nix flake update --commit-lock-file
just update
```## Flatpak
```shell
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```# Links
- https://www.zknotes.com/page/alternate-nixpkgs-in-flakes-nixos
- https://github.com/EmergentMind/nix-config