https://github.com/phanirithvij/system
main system configuration including dotfiles
https://github.com/phanirithvij/system
Last synced: 2 months ago
JSON representation
main system configuration including dotfiles
- Host: GitHub
- URL: https://github.com/phanirithvij/system
- Owner: phanirithvij
- License: mit
- Created: 2024-02-05T11:41:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T19:44:56.000Z (2 months ago)
- Last Synced: 2025-05-04T20:36:46.582Z (2 months ago)
- Language: Nix
- Homepage:
- Size: 2.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## my system
## Details
- single nixos host, dedicated home-manager(hm) config
- non-nixos hm config (old and outdated)
- rescue nixos iso host and hm config
- gha runner hm and system-manager(sysm) config
- inprog macos hm
- vps sysm and hm config
- vps outdated
- nix-on-droid + hm config
- packages
- nixos-unstable always
- few wrapper-manager managed pkgs
- inprog mpv
- nur-packages repo but not in nur-community
- specialisations (DE testing mainly)
- kde (default, no specialisation, bloat but works)
- xfce (slim, current daily driver, TODO new ver, experimental wayland)
- niri (xwayland-sattelite, steam not working)
- tty (for *serve profiles)
- hyprland (meh drop later)
- cinnamon (meh drop later)## TODO
- [ ] move to selfhosted forgejo and mirror to gh
- [ ] forgejo runners (selfhosted)
- [ ] cron mirror git command
- [ ] push on every commit
- [x] gha
- [ ] gitlab, cirrus ci, bitbucket pipeline setups
- profiles
- mediaseve, mediaclient
- gamesserve, gamesclient
- nixserve## Tasks
### switch
requires: home-switch, os-switch
RunDeps: async### os-boot
```
nh os boot .
```### os-switch
```
nh os switch .
```### home-switch
```
nh home switch . -b bak -c rithvij@iron
```### home-switch-specialisation
```
$(nom build .#homeConfigurations."$USER@$HOSTNAME".activationPackage --no-link --print-out-paths)/specialisation/xfce/activate
```### flkupdcmt
```
nix flake update --commit-lock-file
```### iso-build
```
nom build .#nixosConfigurations.defaultIso.config.system.build.isoImage
```### home-build
```
nom build .#homeConfigurations."rithvij@iron".activationPackage
nh home build .
```### os-build
```
nixos-rebuild build --flake .#iron
nom build .#nixosConfigurations.iron.config.system.build.toplevel
nh os build . -H iron
```### nix-on-droid
```
nom build .#nixOnDroidConfigurations.default.activationPackage --impure
```### prune
```
nh clean all --nogcroots
sudo nix-collect-garbage -d
```### nix-olde
```
nix run github:trofi/nix-olde -- -f ".#iron"
nix run github:trofi/nix-olde -- -f ".#defaultIso"
```