No description
home-manager | ||
machines | ||
nixos | ||
secrets | ||
wallpapers/Famous Places in the Eastern Capital | ||
.envrc | ||
.gitignore | ||
.sops.yaml | ||
checks.nix | ||
colmena.nix | ||
flake.lock | ||
flake.nix | ||
formatter.nix | ||
nixos-configurations.nix | ||
packages.nix | ||
README.md | ||
treefmt.nix |
nixos-laptop
NixOS configurations for my personal machines (contrary to the repo's name, it contains a desktop).
Currently managed systems:
- sue: My current laptop, a Dell XPS 9315. It has two flavours:
- Default running GNOME
- Specialisation running Cosmic
- gamepc: My gaming PC running Cinnamon
Deployment
- sue:
colmena apply-local --sudo --impure
- gamepc:
colmena apply --on gamepc --impure
Note
Currently the
--impure
is necessary until I upgrade to NixOS 24.11. See this PR.