Extreme cleaup + new nix rice + commit hooks

This commit is contained in:
Filippo Berto 2022-06-02 20:16:20 +02:00
parent bc28d964d3
commit c9eeeb9dc4
59 changed files with 319 additions and 400 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, ... }:
let
shellAliases = {
{
home.shellAliases = {
"dkc" = "docker-compose";
"dk" = "docker";
"hm" = "home-manager";
@ -13,9 +12,6 @@ let
"sc" = "sudo systemctl";
"scu" = "systemctl --user";
};
in
{
home = { inherit shellAliases; };
# programs.bash = { inherit shellAliases; };
# programs.zsh = { inherit shellAliases; };
}