modules/home/programs/shell/fish.nix: add joshuto alias
hosts/dunamis/users.nix: concat in the function Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
...
|
||||
}: let
|
||||
sopSec = config.sops.secrets;
|
||||
s = inputs.mysecrets;
|
||||
in {
|
||||
nix.settings.trusted-users = ["user" "nix-ssh"];
|
||||
users.mutableUsers = false;
|
||||
@ -14,7 +15,7 @@ in {
|
||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keyFiles = map (f: "${inputs.mysecrets}/ssh/" + f) [
|
||||
openssh.authorizedKeys.keyFiles = map (f: s + "/ssh/" + f) [
|
||||
"id_ed25519_sarien_user.pub"
|
||||
"id_ed25519_eldrid_user.pub"
|
||||
];
|
||||
|
@ -36,11 +36,12 @@ in {
|
||||
cd = "z";
|
||||
ed = "$EDITOR";
|
||||
jf = "jj-fzf"; # think of jeff
|
||||
jo = "joshuto"; # think of josh
|
||||
l = "ls -lah";
|
||||
la = "ls -ah";
|
||||
ll = "ls -lh";
|
||||
s = "systemctl";
|
||||
p = "pueue";
|
||||
s = "systemctl";
|
||||
};
|
||||
shellAbbrs = {
|
||||
pa = "pueue add --";
|
||||
|
Reference in New Issue
Block a user