Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usdogu/dotfiles.nix
https://github.com/usdogu/dotfiles.nix
home-manager nix nix-darwin nixos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usdogu/dotfiles.nix
- Owner: usdogu
- Created: 2022-03-01T14:31:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T17:20:25.000Z (about 2 months ago)
- Last Synced: 2024-11-02T18:23:55.790Z (about 2 months ago)
- Topics: home-manager, nix, nix-darwin, nixos
- Language: Nix
- Homepage:
- Size: 349 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* nix-config
A nix flake that holds all of the system configurations of my personal
machines.** Configurations & Modules
| Name | Description |
|----------+---------------------------------------------------------------------------|
| [[./hosts][Hosts]] | Host specific configurations (system-wide & Home-Manager) |
| [[.profiles][Profiles]] | Shared system-wide configurations between hosts |
| [[./home][Home]] | Shared Home-Manager configurations between hosts |
| [[./packages][Packages]] | Modified nixpkgs packages and custom packages |
| [[./dev][Dev]] | Devshell, deployment tool, etc |** Hosts
| Name | Description |
|--------+-------------------------------------------------------------------------------------------------|
| [[./hosts/nebula][Nebula]] | My desktop running an AMD FX-8320, 16GB of RAM and an AMD ATI Radeon HD 4350|
| [[./hosts/m1][M1]] | M1 MacBook Air with 8GB of RAM and 256GB of storage |** Thanks
[[https://github.com/Kranzes][@Kranzes]] - I basically copy pasted and edited his [[https://github.com/Kranzes/nix-config][config]][[https://github.com/yomaq][@yomaq]] - For the module system [[https://github.com/yomaq/nix-config][idea]]