From e185b7f874566c66fd97f158a457c4c64d0628ce Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 5 Apr 2025 13:14:31 +0200 Subject: add the new laptop install --- nixos/common/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/common/default.nix') diff --git a/nixos/common/default.nix b/nixos/common/default.nix index 8e14366..792a831 100644 --- a/nixos/common/default.nix +++ b/nixos/common/default.nix @@ -39,6 +39,7 @@ extraGroups = [ "wheel" "networkmanager" "input" "docker" "adbusers" "libvirtd" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ tree + home-manager ]; }; -- cgit v1.3.1