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;
|
isNormalUser = true;
|
||||||
description = "Seaswimmer";
|
description = "Seaswimmer";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
|
openssh = {
|
||||||
|
authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILOka7plvb0hAwDq04mb+hs+a+P3XDhyYyvhw1L5tvlz cswimr@eclipse"
|
||||||
|
];
|
||||||
|
};
|
||||||
# packages = with pkgs; []; use home-manager instead!
|
# packages = with pkgs; []; use home-manager instead!
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,12 @@
|
||||||
ff = "fastfetch";
|
ff = "fastfetch";
|
||||||
neofetch = "fastfetch";
|
neofetch = "fastfetch";
|
||||||
nf = "fastfetch";
|
nf = "fastfetch";
|
||||||
|
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
lad = "lazydocker";
|
lad = "lazydocker";
|
||||||
|
|
||||||
|
clip = "wl-copy";
|
||||||
|
paste = "wl-paste";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
|
||||||
l = "eza -lhg ${ezaArgs}";
|
l = "eza -lhg ${ezaArgs}";
|
||||||
|
|
Loading…
Reference in a new issue