add headscale, eth clients to htz
This commit is contained in:
parent
4293324f36
commit
1849fdc496
15 changed files with 289 additions and 417 deletions
|
|
@ -72,4 +72,11 @@
|
|||
historyWidgetOptions = ["--height 60% --preview ''"];
|
||||
fileWidgetCommand = "command find -L . -mindepth 1 -o -fstype 'sysfs' -o -fstype 'devfs' -o -fstype 'devtmpfs' -o -fstype 'proc' -prune";
|
||||
};
|
||||
programs.mcfly = {
|
||||
enable = true;
|
||||
fzf.enable = false;
|
||||
keyScheme = "vim";
|
||||
interfaceView = "BOTTOM";
|
||||
fuzzySearchFactor = 3;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,11 @@ _: {
|
|||
extraConfig = {
|
||||
core.editor = "nvim";
|
||||
};
|
||||
signing = {
|
||||
key = "cjriddz@protonmail.com";
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig.pull.rebase = true;
|
||||
aliases = {
|
||||
a = "add . -p";
|
||||
s = "status";
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
homeDirectory = "/home/" + attrs.username;
|
||||
packages = with pkgs; [
|
||||
# gaming
|
||||
steam
|
||||
prismlauncher
|
||||
runelite
|
||||
jdk17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue