diff --git a/hosts/IdeaPad/configuration.nix b/hosts/IdeaPad/configuration.nix index ff91184..3052723 100644 --- a/hosts/IdeaPad/configuration.nix +++ b/hosts/IdeaPad/configuration.nix @@ -11,9 +11,7 @@ ]; networking.hostName = "IdeaPad"; - - #users.users.k3t = { - # packages = with pkgs; [ - # ]; - #}; + environment.systemPackages = with pkgs; [ + thunderbird + ]; }