.
This commit is contained in:
parent
3d9dcff78b
commit
764fd631e8
1 changed files with 7 additions and 1 deletions
8
home.nix
8
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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue