From c72baa173c49a28248b9262b13e411802f583890 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Wed, 5 Apr 2023 20:53:52 +0200 Subject: [PATCH] dregil: Add discord, lutris and mosh --- modules/common-system.nix | 2 ++ outputs/homeConfigurations/default.nix | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/common-system.nix b/modules/common-system.nix index fb4273f..2210474 100644 --- a/modules/common-system.nix +++ b/modules/common-system.nix @@ -14,6 +14,8 @@ fd fzf bat + lshw + pciutils ]; networking.firewall.enable = true; diff --git a/outputs/homeConfigurations/default.nix b/outputs/homeConfigurations/default.nix index 4fe9a2a..5c8a4f9 100644 --- a/outputs/homeConfigurations/default.nix +++ b/outputs/homeConfigurations/default.nix @@ -17,12 +17,19 @@ in username = "alex"; homeDirectory = "/home/alex"; stateVersion = "22.11"; - packages = with pkgs; [ lutris + discord + mosh ]; }; + programs.git = { + enable = true; + userName = "Alexander Kobjolke"; + userEmail = "me@failco.de"; + }; + # do not show home-manager notifications news.display = "silent"; }