https://github.com/pixilie/nix-configuration
My NixOS configuration
https://github.com/pixilie/nix-configuration
home-manager nixos nixos-configuration
Last synced: 3 months ago
JSON representation
My NixOS configuration
- Host: GitHub
- URL: https://github.com/pixilie/nix-configuration
- Owner: Pixilie
- Created: 2024-11-07T11:14:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T18:47:48.000Z (3 months ago)
- Last Synced: 2025-03-26T20:16:33.381Z (3 months ago)
- Topics: home-manager, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My NixOS & home-manager configuration
## Structure
- `assets`: Files that don't fit in Nix files
- `scripts`: Shell scripts
- `media`: Media files
- `config`: External configuration files
- `hosts`: Profiles configuration
- ``: Bases configuration for a specific profile
- `configuration.nix`: Bases for NixOS configuration
- `.nix`: Bases for Home Manager config
- `hardware-configuration`: Device-specific settings
- `modules`: Configurations fragments
- `home-manager`: Home Manager configuration fragments
- `display`: Window manager configuration fragments
- `nixos`: NixOS configuration fragments
- `templates`: Quickstart files## Switch to another profile
```
nix run nixpkgs#home-manager -- switch --flake .#
```- `personal`: Profile for my main computer
- `epita`: Profile for school computers
- `epita-light`: Profile for school computer designed to build fast