]> git.dkaiser.de - config/nixos.git/commitdiff
Add home-manager tool
authorDominik Kaiser <dominik-kaiser@mailbox.org>
Sat, 15 Feb 2025 15:23:33 +0000 (16:23 +0100)
committerDominik Kaiser <dominik-kaiser@mailbox.org>
Sat, 15 Feb 2025 15:23:33 +0000 (16:23 +0100)
nixos/configuration.nix

index 48dd7bddfc7008c9865917340f897b1873d031f4..58233069ca4606c26f5fd270119ea2226689b6d5 100644 (file)
@@ -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