fixes
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ledger-live-desktop
|
||||
];
|
||||
}
|
||||
@@ -5,31 +5,33 @@
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Miguel Palhas";
|
||||
userEmail = "mpalhas@gmail.com";
|
||||
aliases = {
|
||||
ls = "log --color --graph --oneline --decorate --topo-order --pretty=format:'%C(yellow)%d%Creset %Cgreen(%cr)%Creset %C(bold blue)[%an]%Creset %s %Cred(%h)%Creset' --abbrev-commit";
|
||||
ll = ''log --reverse --pretty=format:"%C(yellow)%h%Cred%d\ %Creset%s%Cblue\ [%an]" --decorate --numstat'';
|
||||
conf = "diff --name-only --diff-filter=U";
|
||||
ba = "branch -a";
|
||||
pb = "publish";
|
||||
ps = "push -u";
|
||||
pr = "pull-request";
|
||||
ppr = "push-pr";
|
||||
cpr = "close-pr";
|
||||
opr = "open-pr";
|
||||
f = "fetch";
|
||||
c = "commit --verbose";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
co = "checkout";
|
||||
s = "status -sb";
|
||||
b = "better-branch";
|
||||
rb = "rebase";
|
||||
rbc = "rebase --continue";
|
||||
w = "commit -am 'wip'";
|
||||
};
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = "Miguel Palhas";
|
||||
email = "mpalhas@gmail.com";
|
||||
};
|
||||
alias = {
|
||||
ls = "log --color --graph --oneline --decorate --topo-order --pretty=format:'%C(yellow)%d%Creset %Cgreen(%cr)%Creset %C(bold blue)[%an]%Creset %s %Cred(%h)%Creset' --abbrev-commit";
|
||||
ll = ''log --reverse --pretty=format:"%C(yellow)%h%Cred%d\ %Creset%s%Cblue\ [%an]" --decorate --numstat'';
|
||||
conf = "diff --name-only --diff-filter=U";
|
||||
ba = "branch -a";
|
||||
pb = "publish";
|
||||
ps = "push -u";
|
||||
pr = "pull-request";
|
||||
ppr = "push-pr";
|
||||
cpr = "close-pr";
|
||||
opr = "open-pr";
|
||||
f = "fetch";
|
||||
c = "commit --verbose";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
co = "checkout";
|
||||
s = "status -sb";
|
||||
b = "better-branch";
|
||||
rb = "rebase";
|
||||
rbc = "rebase --continue";
|
||||
w = "commit -am 'wip'";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
../common/programs/3d.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
./monitors.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user