diff --git a/home.nix b/home.nix index 7571925..2325ceb 100644 --- a/home.nix +++ b/home.nix @@ -92,7 +92,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: imports = [ ./hyprland/hyprland.nix ./waybar/settings.nix ./emacs/emacs.nix - ./chicken/chicken.nix + # ./chicken/chicken.nix ]; home.stateVersion = "24.05"; @@ -116,6 +116,10 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: QT_QPA_PLATFORM = "wayland"; }; + home.shellAliases = { + "git init" = "git init --object-format=sha256"; + }; + accounts = { # calendar = { # basePath = "${config.home.homeDirectory}/calendars"; @@ -364,6 +368,8 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: push.autoSetupRemote = true; init = { defaultBranch = "master"; + }; + extensions = { objectFormat = "sha256"; }; };