230 current 2025-01-11 20:42:08 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 20:42:18 -05:00
parent ed79e5d9c2
commit 6eee851ce7
3 changed files with 7 additions and 4 deletions

View File

@@ -144,7 +144,8 @@ in {
command = "/home/synchronous/.scripts/nixos-rebuild.sh"; command = "/home/synchronous/.scripts/nixos-rebuild.sh";
options = ["NOPASSWD"]; options = ["NOPASSWD"];
} }
{ # are you serious? {
# are you serious?
command = "/run/current-system/sw/bin/nixos-rebuild switch --flake /home/synchronous/nix-cfg/flake.nix"; command = "/run/current-system/sw/bin/nixos-rebuild switch --flake /home/synchronous/nix-cfg/flake.nix";
options = ["NOPASSWD"]; options = ["NOPASSWD"];
} }

View File

@@ -25,6 +25,7 @@ vim.opt.incsearch = true
vim.opt.ignorecase = true vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true
-- Tab / indentation -- Tab / indentation
vim.opt.tabstop = 2 vim.opt.tabstop = 2
vim.opt.softtabstop = 2 vim.opt.softtabstop = 2
@@ -58,7 +59,8 @@ vim.opt.splitbelow = true
vim.opt.updatetime = 300 -- faster completion vim.opt.updatetime = 300 -- faster completion
vim.opt.signcolumn = "auto" vim.opt.signcolumn = "auto"
vim.opt.title = true vim.opt.title = true
vim.opt.titlestring = "%(%{expand(\"%:~:h\")}%)#%(% t%)%(% M%)%(% )NVIM" vim.opt.titlestring = "%F - Neovim" -- File path and "Neovim" branding
-- vim.opt.titlestring = "%(%{expand(\"%:~:h\")}%)#%(% t%)%(% M%)%(% )NVIM"
-- Append '+' register to clipboard -- Append '+' register to clipboard
vim.opt.clipboard:append("unnamedplus") vim.opt.clipboard:append("unnamedplus")

View File

@@ -26,8 +26,8 @@ local bubbles_theme = {
}, },
insert = { a = { fg = colors.black, bg = colors.deepblue } }, insert = { a = { fg = colors.black, bg = colors.deepblue } },
visual = { a = { fg = colors.black, bg = colors.deepcyan } }, visual = { a = { fg = colors.black, bg = colors.deepred } },
replace = { a = { fg = colors.black, bg = colors.deepred } }, replace = { a = { fg = colors.black, bg = colors.violet } },
inactive = { inactive = {
a = { fg = colors.white, bg = colors.black }, a = { fg = colors.white, bg = colors.black },