NixOS config using flakes
Find a file
LavaDesu 30a59b4be0
user/spicetify: link spicetify to .local/bin
when switching themes using home-manager specialisations, the user
environment in /etc/profiles/per-user is not updated (managed by nixos),
so we create a symlink here to force it to use the current hm config's
spicetify (.local/bin has higher priority)

this is a workaround at best, a hack at worst. should probably somehow
make /etc/profiles irrelevant and use something else user-managed.
2025-03-20 22:28:12 +11:00
.github workflows/cachix: remove packages for more free build space 2025-03-18 11:22:01 +11:00
hosts anemone/kernel: allow hibernation on ac 2025-03-19 00:36:17 +11:00
modules user/spicetify: link spicetify to .local/bin 2025-03-20 22:28:12 +11:00
overlays packages/linux-lava: don't use ccache by default 2025-03-18 00:09:46 +11:00
packages packages/linux-lava: bump to 6.13.7 2025-03-18 20:03:22 +11:00
res user/eww-wayland: use 'bad wifi' icon for missing net strength 2025-03-18 18:59:47 +11:00
scripts services/tmptsync: set FILE and fix shebang 2022-02-23 21:26:40 +07:00
secrets secrets: rekey acme_dns 2024-07-24 13:26:54 +10:00
users treewide: rename deprecated options 2025-03-17 22:13:11 +11:00
.gitignore workflow: add .gitignore to ignore result 2025-01-03 18:38:36 +11:00
flake.lock flake: bump inputs 2025-03-18 20:03:22 +11:00
flake.nix packages/linux-lava: don't use ccache by default 2025-03-18 00:09:46 +11:00
LICENSE free 2021-05-11 20:05:13 +07:00
README.md readme: update 2024-07-08 18:26:00 +10:00
secrets.nix services/nginx: enable for dandelion 2024-07-24 13:23:12 +10:00
update.sh workflow: use bash for update.sh 2025-03-17 23:32:16 +11:00

flakes

My NixOS config!

Desktop Neovim

Usage

I recommend more that you only simply look at the modules as inspiration for your own config. Some of them may or may not work on your machine if copied directly (but theoretically they should).

But if you insist, just copy-paste one of the hosts in hosts/, one of the users in users/, and modify them to your liking. Open up flake.nix, add your new host config at the bottom, and then build it!

Hosts

Name Description
hyacinth Main Desktop PC
anemone Main Laptop
caramel Raspberry Pi 400, stateless
dandelion ARM OCI VPS, stateless

Users

Name Description
rin Main user for general usage
hana Lightweight user intended for inspecting stateless hosts

License

Licensed under CC0

Credit is appreciated but not necessary