# Home-Manager Create `~/.config/nixpkgs/home.nix` with: ```nix {pkgs, ...}: { imports = [ ./repo/default.nix ./repo/desktop.nix ./repo/sway.nix ]; } ``` and run `home-manager switch`