My public NixOS configuration
Find a file
Jalil David Salamé Messina 88fe396bf2
Some checks failed
/ build (docs) (push) Successful in 3s
/ build (nvim) (push) Has been cancelled
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Has been cancelled
/ check (push) Has been cancelled
[fix] nvim: system module brok plugins
The architecture of nixvim doesn't let me use NixOS modules T-T, I need
to use manual imports instead.
2024-06-23 14:30:04 +02:00
.forgejo/workflows [feat] nvim: configure nvim-silicon 2024-06-16 22:21:12 +02:00
.github/workflows [ci] add statix to the check job 2024-05-20 14:15:45 +02:00
docs [fix] *.nix: reformat with alejandra 2024-05-04 20:59:17 +02:00
home [fix] home: revamp options 2024-06-01 20:21:40 +02:00
machines [fix] *.nix: statix checks 2024-05-20 14:14:10 +02:00
nvim [fix] nvim: system module brok plugins 2024-06-23 14:30:04 +02:00
system [feat] flake: prepare for 24.05 2024-06-01 20:21:28 +02:00
.editorconfig feat: Add editorconfig file 2024-01-21 20:56:10 +01:00
.envrc feat: Add a bunch of precommit hooks 2024-01-15 23:59:15 +01:00
.gitignore [feature] nix: switch to lix 2024-05-10 23:21:25 +02:00
.typos.toml feat(nvim): Add noice plugin (very nice) 2024-03-04 22:20:15 +01:00
flake.lock [chore] flake.lock: update 2024-06-22 19:06:38 +02:00
flake.nix [fix] nvim: system module brok plugins 2024-06-23 14:30:04 +02:00
fmt.nix [feat] ci: add forgejo actions 2024-06-08 22:41:09 +02:00
justfile [feature] justfile: add build-vm and run-vm commands 2024-05-05 14:35:52 +02:00
LICENSE feat: Add license 2024-01-14 18:04:01 +01:00
lint.nix [feat] ci: add forgejo actions 2024-06-08 22:41:09 +02:00
README.md [feature] justfile: add build-vm and run-vm commands 2024-05-05 14:35:52 +02:00
typos.nix [feat] ci: add forgejo actions 2024-06-08 22:41:09 +02:00

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).

Note

This README only has a small amount of information, if you want to see the full documentation then go to https://jalil-salame.github.io/configuration.nix. I also overenginerd this c: (if you want to copy the docs for your own project, then take a look at the docs folder and the workflow(build-documentation and deploy)).

Try out in a VM

If you already have nix you can run the following command to try this configuration in a vm:

$ just run-vm

The default user is jdoe and the default password is example.

Note

$QEMU_OPTS_WL is a set of options that will enable Wayland passthrough (and GPU acceleration) and give the VM 2vCPU cores and 2GiB of RAM. This will significantly improve your experience when running the VM so it is recommended, but if Wayland is not available or you don't have enough memory/CPU cores, then you can use -virtio vga and/or reduce the allocated resources.