Nix[Custom]Setup Think X1 CarbonPad
NixOS Setup for the Everyday Thinkpad’er Hoping to sort of break down my configuration.nix here a bit as it’ll be easier to reference later and will maybe explain a few options I use which could be helpful for others if anyone ever sees this! Basic Setup This section comes a lot from the default configuration. It defines things like yes use systemD, sets a host name so your computer knows who you are, timezeone, and makes a user which is useful. No having to set that up and groups after the fact. The other crucial aspect here is networkmanager is enabled and setup in this step. You can then by default use nmtui or the strange CLI interface. What I’ve done is added dmenu_networkmanager or whatever and mapped it to SUPER+N so I can just quick whip that opened to do WiFi stuff. It works without issue in conjunction with networkmanager. ...