This repository contains a modular NixOS and Home Manager setup.
hosts/desktop/default.nix
– NixOS configuration for the desktop host.home/anoni.nix
– Home Manager configuration for theanoni
user.modules/nixos/
– reusable NixOS modules.modules/home-manager/
– reusable Home Manager modules.
Rebuild the system:
sudo nixos-rebuild switch --flake .#desktop
Apply only the user configuration:
home-manager switch --flake .#anoni@desktop