# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
-{ config, pkgs, ... }:
+{ inputs, lib, config, pkgs, ... }:
{
imports =
# List packages installed in system profile. To search, run:
# $ nix search wget
- environment.systemPackages = with pkgs; [
- # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
- # wget
+ environment.systemPackages = [
+ inputs.home-manager.packages.${pkgs.system}.default
];
# Some programs need SUID wrappers, can be configured further or are