diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 8b605ed..774509d 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -30,7 +30,6 @@ services.vscode-server.enable = true; - home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.users.osbm = import ./home.nix; diff --git a/hosts/tartarus/home.nix b/hosts/tartarus/home.nix index b3ca4fb..5c8e294 100644 --- a/hosts/tartarus/home.nix +++ b/hosts/tartarus/home.nix @@ -1,6 +1,8 @@ -{ config, pkgs, ... }: - { + config, + pkgs, + ... +}: { # Home Manager needs a bit of information about you and the # paths it should manage. home.username = "osbm"; @@ -12,6 +14,12 @@ pkgs.fortune ]; + programs.git = { + enable = true; + userEmail = "osmanfbayram@gmail.com"; + userName = "osbm"; + }; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards