@@ -30,9 +30,9 @@ Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine
3030that I really love. Like any other machine I get my hands on (except macbooks
3131lol), I install NixOS in it!
3232
33- I also redid bits and pieces of my website. I think as time goes on, the more
34- utilitarian I become. But this is probably as barebones as it gets in terms of
35- design.
33+ I also redid bits and pieces of my website. I think I got bored of gruvbox (yeah
34+ I know, I know). As time goes on, the more utilitarian I become. But this is
35+ probably as barebones as it gets in terms of design.
3636
3737---
3838
@@ -663,17 +663,31 @@ Here it asks us for the `zfs` pool's encryption passphrase. Nice.
663663
664664## Conclusion
665665
666- Well that was a lot. The nice thing is you more or less only have to set up the
667- configuration once. After this, it's best you keep it somewhere easily accessible
668- (like GitHub) so that you can download it, and just run the disk partitioning,
669- and OS install.
666+ Documentation for ZFS in NixOS is still kind of sparse since I found answers
667+ in different places. It's still enough to put something together but not without
668+ effort.
670669
671- I also like that there aren't as much "imperative" steps to setting up NixOS.
670+ The nice thing is you more or less only have to set up the configuration once.
671+ After this, it's best to keep it somewhere easily accessible (like ` git ` ) so that
672+ you can download it, and just run ` disko ` , and ` nixos-install ` . I like that there
673+ aren't as much "imperative" steps to setting up NixOS. It's one of the major
674+ reasons why I've completely stopped distrohopping.
675+
676+ Managing KDE's configuration probably isn't the best experience even with the
677+ plasma manager project. One is better off with another DE if that's important.
678+ I'm just satisfied enough with KDE to not switch over to others yet. Plus I
679+ mostly use stock KDE anyway.
680+
681+ Finally, this little machine is also such a capable thing! KDE is so much more
682+ smoother vs my Ryzen 5950x + 3090ti back home. Well mainly because the Nvidia
683+ experience in Linux is horrible. Maybe I'll benchmark a bunch of stuff in one of
684+ these weekends.
672685
673686---
674687
675688So below are the complete files for ` flake.nix ` , ` configuration.nix ` , and ` disk-config.nix ` .
676- Or checkout my configuration in [ ` sekunho/dotfiles ` ] ( https://github.com/sekunho/dotfiles ) .
689+ Or check out my configuration in [ ` sekunho/dotfiles ` ] ( https://github.com/sekunho/dotfiles )
690+ (if it's already there).
677691
678692``` nix
679693# flake.nix
@@ -852,5 +866,7 @@ Or checkout my configuration in [`sekunho/dotfiles`](https://github.com/sekunho/
852866}
853867```
854868
855-
856- <img style =" width : 8rem ;" src =" /assets/images/not-by-ai.png " >
869+ <picture >
870+ <source srcset =" /assets/images/not-by-ai.webp " type =" image/webp " >
871+ <img style =" width : 8rem ;" src =" /assets/images/not-by-ai.png " >
872+ </picture >
0 commit comments