https://github.com/poly2it/nixos
My personal NixOS configuration.
https://github.com/poly2it/nixos
Last synced: 7 months ago
JSON representation
My personal NixOS configuration.
- Host: GitHub
- URL: https://github.com/poly2it/nixos
- Owner: poly2it
- License: gpl-3.0
- Created: 2024-08-08T19:17:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T01:17:13.000Z (8 months ago)
- Last Synced: 2025-05-07T02:25:50.436Z (8 months ago)
- Language: Nix
- Size: 14.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Configuration
This is my work-in-progress NixOS configuration.
## Usage
Build VM:
`nix build .#nixosConfigurations.fractal.config.system.build.vm`
Run VM:
`./result/bin/run-nixos-vm`
# Attribution and Thank-Yous
This project inherits the excellent Firefox preferences distributed by
[hnhx](https://github.com/hnhx) in their
[user.js repository](https://github.com/hnhx/user.js).
The I2P add-on included in the I2P profile in Firefox is based on
[i2p_browser_extension](https://github.com/ManeraKai/i2p_browser_extension) by
[ManeraKai](https://github.com/ManeraKai).
Some websites which have been of great help so far with creating this
configuration are:
- https://wiki.nixos.org/
- https://mynixos.com/
The included wallpapers fall under public domain.
- Giuseppe Arcimboldo -
[Vertumnus](https://en.wikipedia.org/wiki/Vertumnus_(Arcimboldo)), 1591
- Claude Monet - [Springtime](https://www.wikidata.org/wiki/Q7581196), 1872
The configuration for hiding unwanted desktop files was
[borrowed](https://forge.privatevoid.net/max/config/src/commit/502ed1151a5d71934d84728246300630f4577e1b/modules/desktop/hidden-apps.nix)
with permission
from [Max Headroom](https://github.com/max-privatevoid).
The configuration for updating the repository stems from
[forrestjacobs.com](https://github.com/forrestjacobs/forrestjacobs.com).