Compare commits
2 commits
bf4821a4b6
...
95de2cc67d
Author | SHA1 | Date | |
---|---|---|---|
95de2cc67d | |||
7b08cc5e14 |
2 changed files with 9 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
|||
isNormalUser = true;
|
||||
description = "Seaswimmer";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
openssh = {
|
||||
authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILOka7plvb0hAwDq04mb+hs+a+P3XDhyYyvhw1L5tvlz cswimr@eclipse"
|
||||
];
|
||||
};
|
||||
# packages = with pkgs; []; use home-manager instead!
|
||||
};
|
||||
|
||||
|
|
|
@ -35,8 +35,12 @@
|
|||
ff = "fastfetch";
|
||||
neofetch = "fastfetch";
|
||||
nf = "fastfetch";
|
||||
|
||||
lg = "lazygit";
|
||||
lad = "lazydocker";
|
||||
|
||||
clip = "wl-copy";
|
||||
paste = "wl-paste";
|
||||
cat = "bat";
|
||||
|
||||
l = "eza -lhg ${ezaArgs}";
|
||||
|
|
Loading…
Reference in a new issue