Compare commits

...

2 commits

Author SHA1 Message Date
95de2cc67d
add my own ssh key 2024-11-16 22:26:15 -05:00
7b08cc5e14
add clip and paste aliases 2024-11-16 22:23:26 -05:00
2 changed files with 9 additions and 0 deletions

View file

@ -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!
}; };

View file

@ -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}";