add README
add alias for git status
This commit is contained in:
parent
dc51937822
commit
2668e3dd78
2 changed files with 10 additions and 1 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# nixos-home
|
||||||
|
|
||||||
|
The NixOS Home Manager configuration for my user on my laptop.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- see 'push.autoSetupRemote' in 'git help config'.
|
||||||
|
- gs alias
|
3
home.nix
3
home.nix
|
@ -9,8 +9,8 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
nil
|
nil
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
wakeonlan
|
|
||||||
cowsay
|
cowsay
|
||||||
|
home-manager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@
|
||||||
gb = "git branch";
|
gb = "git branch";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
|
gs = "git status";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue