mirror of
https://github.com/davegallant/nix-config
synced 2025-10-04 19:16:02 +00:00
Compare commits
5 Commits
c0d4d6c289
...
c93448f171
Author | SHA1 | Date | |
---|---|---|---|
|
c93448f171 | ||
|
2fd50d6fdf | ||
|
1d4b0cca80 | ||
|
d353adb10d | ||
|
317577b879 |
6
flake.lock
generated
6
flake.lock
generated
@@ -204,11 +204,11 @@
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1708247094,
|
||||
"narHash": "sha256-H2VS7VwesetGDtIaaz4AMsRkPoSLEVzL/Ika8gnbUnE=",
|
||||
"lastModified": 1708307464,
|
||||
"narHash": "sha256-OloBg9ZCoPrPqy8/ZoaoRB4kza3lKhnI0LuZq5xldhg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "045b51a3ae66f673ed44b5bbd1f4a341d96703bf",
|
||||
"rev": "a332040396d7e3c47883e9c115c1da485712805e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -175,7 +175,6 @@ in {
|
||||
kns = "kubens";
|
||||
l = "eza -la --git --group-directories-first";
|
||||
m = "make";
|
||||
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn --auth-user-pass ~/pia/pass";
|
||||
ps = "procs";
|
||||
t = "tmux-sessionizer";
|
||||
tf = "terraform";
|
||||
@@ -403,6 +402,7 @@ in {
|
||||
];
|
||||
|
||||
plugins = {
|
||||
copilot-vim.enable = true;
|
||||
cmp-path.enable = true;
|
||||
cmp-treesitter.enable = true;
|
||||
commentary.enable = true;
|
||||
@@ -512,17 +512,6 @@ in {
|
||||
vim.cmd([[highlight ExtraWhitespace ctermbg=red guibg=red]])
|
||||
vim.cmd([[match ExtraWhitespace /\s\+$/]])
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- completion {{{1 -------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
local has_words_before = function()
|
||||
local line, col = unpack(vim.api.nvim_win_get_cursor(0))
|
||||
return col ~= 0 and vim.api.nvim_buf_get_lines(0, line - 1, line, true)[1]:sub(col, col):match("%s") == nil
|
||||
end
|
||||
|
||||
local cmp = require("cmp")
|
||||
|
||||
-- folding
|
||||
vim.api.nvim_exec(
|
||||
[[
|
||||
|
@@ -29,7 +29,6 @@ in {
|
||||
fd
|
||||
unstable.github-cli
|
||||
progress
|
||||
glab
|
||||
hadolint
|
||||
nodePackages.eslint
|
||||
oha
|
||||
@@ -63,6 +62,7 @@ in {
|
||||
nodePackages.pyright
|
||||
nodePackages.yaml-language-server
|
||||
sumneko-lua-language-server
|
||||
terraform-ls
|
||||
|
||||
# monitoring
|
||||
ctop
|
||||
@@ -102,11 +102,6 @@ in {
|
||||
neofetch
|
||||
pfetch
|
||||
|
||||
# infra
|
||||
terraform-ls
|
||||
terraformer
|
||||
tflint
|
||||
|
||||
# nix
|
||||
alejandra
|
||||
cachix
|
||||
@@ -126,12 +121,6 @@ in {
|
||||
python310Packages.poetry-core
|
||||
python310Packages.setuptools
|
||||
python310Packages.virtualenv
|
||||
|
||||
# media
|
||||
youtube-dl
|
||||
|
||||
# blog
|
||||
hugo
|
||||
];
|
||||
in
|
||||
common;
|
||||
|
@@ -32,7 +32,6 @@ in {
|
||||
gnomeExtensions.quick-settings-tweaker
|
||||
gnomeExtensions.tailscale-status
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
google-cloud-sdk
|
||||
iputils
|
||||
kazam
|
||||
legendary-gl
|
||||
@@ -45,6 +44,7 @@ in {
|
||||
pavucontrol
|
||||
pinentry-curses
|
||||
podman
|
||||
podman-compose
|
||||
psst
|
||||
qemu
|
||||
rustup
|
||||
|
Reference in New Issue
Block a user