My public NixOS configuration
https://jalil.salame.cl/configuration.nix
Jalil David Salamé Messina
679db589c2
Flake lock file updates: • Updated input 'nvim-config': 'github:jalil-salame/nvim-config/3e6051b3f35b069b3b3957207a421e9f53af79bd' (2024-02-01) → 'github:jalil-salame/nvim-config/1edc2c0796fb0528e9ad43927c2dec80660af854' (2024-02-05) |
||
---|---|---|
.github/workflows | ||
docs | ||
home | ||
machines | ||
nixos | ||
.editorconfig | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
My NixOS Configuration as a NixOS module
This is only intended for my use, but you can see how I overengineer stuff by looking at it :p (maybe you can also learn some stuff on the way).
Try out in a VM
If you already have nix you can run the following commands:
$ nix run nixpkgs#nixos-rebuild -- build-vm --flake .#vm
building the system configuration...
Done. The virtual machine can be started by running /nix/store/$hash-nixos-vm/bin/run-nixos-vm
$ /nix/store/$hash-nixos-vm/bin/run-nixos-vm -vga virtio
The default user is jdoe
and the default password is example
.
Note
The
-vga virtio
flag is important, sway won't run if it is missing.