🏷️ Nixos

12 posts tagged with "Nixos"

The perfect tiling window manager

XMonad has been my main driver for years, and I still think it’s the best X11 window manager ever. However, the X11 windowing system is quite dated, …

Read More →

Home Manager: dotfiles management

What is Home Manager? Quoting the official description from their website: Home Manager "This project provides a basic system for managing a user environment …

Read More →

NixOS server up in minutes!

Introduction The folks at Garnix have done it again! You can now deploy a NixOS server in minutes, just by defining your system on a flake.nix and git …

Read More →

Flake Schemas

Flake schemas were introduced by Determinate Systems (written by Eelco Dolstra — creator of Nix) about half a year ago now (August 2023), which is quite a …

Read More →

Private Nix flake 🔒

Introduction I blogged about Garnix before, and it’s the solution I’ve been using ever since for continuous integration. However, one thing I was …

Read More →

Nix remote builds

Remote builds enable interesting use cases and experiments. Besides building for different architectures, another use case that comes to mind would be having a …

Read More →

Garnix CI

Garnix is a continuous integration (CI) service for Nix flakes that has been in Beta for a while. In their own words "With Nix-specific optimizations, Garnix …

Read More →

Flakes: NixOS and Home Manager migration

I have recently migrated my entire NixOS and Home Manager (HM) configuration — including programs, services, dotfiles, etc — over to the new kid on …

Read More →

NixOS: build your system on Github actions!

What if I told you that you can save plenty of time and CPU-power by pre-building your entire NixOS configuration on Github actions? Fresh installations could …

Read More →

XMonad + Polybar on NixOS

I’ve been a Gnome user for a long time and I have never cared about using a Window Manager ever before but I recently switched to using XMonad full-time. …

Read More →