Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixilie/nix-configuration
My NixOS configuration
https://github.com/pixilie/nix-configuration
home-manager nixos nixos-configuration
Last synced: about 1 month ago
JSON representation
My NixOS configuration
- Host: GitHub
- URL: https://github.com/pixilie/nix-configuration
- Owner: Pixilie
- Created: 2024-11-07T11:14:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T19:17:14.000Z (about 1 month ago)
- Last Synced: 2024-12-03T20:26:37.494Z (about 1 month ago)
- Topics: home-manager, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 269 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
## TODO
- Secrets management
- Confirm menu before shutdown & reboot
- CLI tools setup (cf video)
- better pkgs organization in personal.nix & slit beetwin home pkg (home config) and system pkg (nix config)
- config control center (cf video)
- projects's flake
- epita computer setup
- gtk theming
- zellij config
- Bluetooth input (mouse, keyboard) not working
- swayidle## 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