Information Technology

Getting started with NixOS & Hyprland

September 24, 2025

Lately I've been running NixOS and Hyprland. This setup has both Xfce and Hyperland. It's fairly minimal and is a good starting point IMHO. /etc/nixos/configuration.nix { config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "

Read