- cross-posted to:
- nixos@infosec.pub
- cross-posted to:
- nixos@infosec.pub
Instant upvote for NixOS! ;)
- dotfiles (more like entire system configuration): https://github.com/dbeley/nixos-config
- wallpaper: https://unsplash.com/photos/k9AcKBmz5Sg
Wow this is one of the coolest rices I’ve seen. Finally some inspiration :))
Thanks!
nixos detected, post upvoted
deleted by creator
Nice
I would love to migrate to nixos, right now I only use it on my homeserver. I am not ready to migrate my desktop tho, that will be quite difficult (coming from Arch).
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.
i see, i’m planning on moving to NixOS from gentoo this weekend, and doom emacs was basically my only concern. i guess if even henrik lissner is using it, then it should be fine
how do you get that bottom powerline on the terminal?
It’s tmux (a terminal multiplexer), its theme is generated with the tmuxline.vim plugin (it takes the theme from vim, generated by the vim-airline plugin)