summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 48dd7bd..5823306 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -2,7 +2,7 @@
# 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 =
@@ -98,9 +98,8 @@
# 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