You must log in or register to comment.
deleted by creator
Nice
Wow this is one of the coolest rices I’ve seen. Finally some inspiration :))
Thanks!
Instant upvote for NixOS! ;)
- dotfiles (more like entire system configuration): https://github.com/dbeley/nixos-config
- wallpaper: https://unsplash.com/photos/k9AcKBmz5Sg
nixos detected, post upvoted
how do you set up doom emacs on NixOS? do you just do the usual install process or can you make it declarative with nix?
I’m using nix-doom-emacs which allows a declarative doomemacs installation, unfortunately it’s currently kind of broken and we are stuck with a big drift with doomemacs upstream (pinned commit is this one from september 2022, issue to bump the doomemacs dependency is here and it’s not very active). It’s still usable though.
The creator of doomemacs is a NixOS user and he just uses the usual install process, so it might be the better way in the end.