From b89f42a3ac8d42da4c5ce4340c33a759dc703a4a Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 5 Sep 2024 11:47:27 +0200 Subject: some tweaks to make copying better --- profiles/core/home.nix | 2 ++ profiles/core/neovim.nix | 1 - profiles/graphical/suckless.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index d4be8eb..f52f8a6 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -236,6 +236,8 @@ ssh-add -l > /dev/null || ssh-add ~/.ssh/id_ed25519_sk ''; shellAliases = { + t = "terraform "; + c = "xclip -f | xclip -sel c -f "; open = "xdg-open "; k9s = "k9s "; k = "kubectl "; diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index a622026..6db247c 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -60,7 +60,6 @@ # external oil-nvim vim-fugitive - vim-oscyank venn-nvim gv-vim zoxide-vim diff --git a/profiles/graphical/suckless.nix b/profiles/graphical/suckless.nix index 58f518d..1144b7b 100644 --- a/profiles/graphical/suckless.nix +++ b/profiles/graphical/suckless.nix @@ -79,6 +79,7 @@ dmenu librewolf xclip + xdotool maim asciinema asciinema-agg -- cgit v1.2.3