summaryrefslogtreecommitdiff
path: root/profiles/core
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-06-19 00:03:54 +0200
committerMike Vink <mike@pionative.com>2024-06-19 00:04:23 +0200
commit8f7474d4f0c274e1a2c0d748b7dd9e22b4fb39d7 (patch)
treeda61edea623d4bc40910d9a9d878d7b0e01087d6 /profiles/core
parent30321da3d82f71850f14296aaa5dd50b5816aa07 (diff)
should probably split xserver stuff
Diffstat (limited to 'profiles/core')
-rw-r--r--profiles/core/configuration.nix2
-rw-r--r--profiles/core/home.nix1
-rw-r--r--profiles/core/neovim.nix2
3 files changed, 4 insertions, 1 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix
index b74c1c8..671b18d 100644
--- a/profiles/core/configuration.nix
+++ b/profiles/core/configuration.nix
@@ -73,7 +73,7 @@
] ++ (optionals (!machine.isDarwin) [
man-pages
man-pages-posix
- pkgsi686Linux.glibc
+ # pkgsi686Linux.glibc
gdb
pciutils
dnsutils
diff --git a/profiles/core/home.nix b/profiles/core/home.nix
index 8f137cc..c7484e9 100644
--- a/profiles/core/home.nix
+++ b/profiles/core/home.nix
@@ -158,6 +158,7 @@
fzf --ansi --tail 100000 --tac --no-sort --exact \
--bind 'ctrl-o:execute:kubectl logs {1} | nvim -' \
--bind 'enter:execute:kubectl exec -it {1} -- bash' \
+ --preview 'echo {}' --preview-window down:20%:wrap \
--header '╱ Enter (kubectl exec) ╱ CTRL-O (open log in vim) ╱'
}
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix
index 5f6df01..b73986c 100644
--- a/profiles/core/neovim.nix
+++ b/profiles/core/neovim.nix
@@ -82,6 +82,8 @@
conform-nvim
trouble-nvim
vim-easy-align
+ nvim-comment
+ nvim-cinnamon
# cmp
nvim-cmp