{ nixpkgs, lib, ... }: { imports = [ ./hw.nix ./dev.nix ./sw.nix ./fs.nix ./niri.nix ./home ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "slack" ]; networking.hostName = "lil-maid"; system.stateVersion = "25.11"; }