My personal NixOS configuration and dotfiles, managed declaratively with Nix Flakes and Home Manager.
This repository contains the system configuration, host-specific settings, home-manager configuration, and desktop assets for my machines.
hosts/— host-specific NixOS configurationshome/— Home Manager configurationsmodules/— reusable system and home modulesassets/— wallpapers and other assetsconfig/— application configuration files
Apply the desktop configuration:
sudo nixos-rebuild switch --flake .#desktopApply the laptop configuration:
sudo nixos-rebuild switch --flake .#laptop