Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cidem/dotfiles
No place like ~. Nix. All. The. Things.
https://github.com/cidem/dotfiles
arch arch-linux desktop-computer dotfiles home-manager nix nixos nixpkgs pacman
Last synced: 22 days ago
JSON representation
No place like ~. Nix. All. The. Things.
- Host: GitHub
- URL: https://github.com/cidem/dotfiles
- Owner: cideM
- License: mit
- Created: 2020-07-21T10:53:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T17:52:15.000Z (3 months ago)
- Last Synced: 2024-10-30T02:48:13.254Z (3 months ago)
- Topics: arch, arch-linux, desktop-computer, dotfiles, home-manager, nix, nixos, nixpkgs, pacman
- Language: Nix
- Homepage: https://fbrs.io/
- Size: 1.3 MB
- Stars: 64
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome
Nix Flake for my M1 laptop and NixOS desktop computer.
## MacOS (`aarch64-darwin`)
The `nix-shell` command is for the first run, afterwards just run `home-manager`
```shell
$ cat /etc/nix/nix.conf
build-users-group = nixbld
trusted-users = root fbs
...
$ nix-shell -p nixUnstable --command "nix build --experimental-features 'nix-command flakes' '.#homeConfigurations.work-m1.activationPackage'"
$ ./result/activate
$ home-manager build --flake .#work-m1
```## NixOS
`sudo nixos-rebuild switch --flake .`