Compare commits

..

No commits in common. "5591af0b65caa46406ef57995ce05d02a69ee219" and "a416fa1a24bbf05510eabccb217896b3f0a664ff" have entirely different histories.

8 changed files with 7 additions and 75 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
programs = { programs = {
dconf.enable = true; dconf.enable = true;
@ -8,12 +8,7 @@
enableGlobalCompInit = false; enableGlobalCompInit = false;
enableBashCompletion = true; enableBashCompletion = true;
}; };
nix-ld = { nix-ld.enable = true;
enable = true;
libraries = with pkgs; [
stdenv.cc.cc
];
};
steam.enable = true; steam.enable = true;
}; };
} }

View File

@ -1,5 +1,5 @@
monitor = ,preferred,auto,auto monitor = ,preferred,auto,auto
monitor=eDP-1,preferred,0x0,1.5 monitor=eDP-1,preferred,0x0,1.3333
exec = systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash exec = systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash
bindl=,switch:off:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash bindl=,switch:off:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash
bindl=,switch:on:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash bindl=,switch:on:Lid Switch,exec,systemd-run --user ~/.config/hypr/scripts/laptop-lid.bash

View File

@ -317,51 +317,6 @@ return {
end, end,
} }
local cur_bufs = function()
return vim.iter(vim.api.nvim_list_bufs())
:filter(function(buf)
return vim.fn.buflisted(buf) == 1
end)
:filter(vim.api.nvim_buf_is_loaded)
:filter(vim.api.nvim_buf_is_valid)
:totable()
end
local Buffers = {
update = { "BufNew", "VimEnter" },
condition = function()
return #cur_bufs() > 1
end,
{
provider = seps.full.left,
hl = { fg = colors.carpYellow, bg = utils.get_highlight("StatusLine").bg },
},
{
provider = function()
return vim.api.nvim_get_current_buf()
end,
hl = { fg = colors.sumiInk0, bg = colors.carpYellow },
},
{
provider = " " .. seps.full.left,
hl = { fg = colors.roninYellow, bg = colors.carpYellow },
},
{
provider = function()
return ("%d  "):format(#cur_bufs())
end,
hl = function()
return {
fg = colors.sumiInk0,
bg = colors.roninYellow,
}
end,
},
{
provider = seps.full.right,
hl = { fg = colors.roninYellow, bg = utils.get_highlight("StatusLine").bg },
},
}
local TabPages = { local TabPages = {
-- only show this component if there's 2 or more tabpages -- only show this component if there's 2 or more tabpages
condition = function() condition = function()
@ -1033,7 +988,6 @@ return {
{ {
provider = "%=", provider = "%=",
}, },
Buffers,
TabPages, TabPages,
}, },
winbar = { winbar = {

View File

@ -166,7 +166,7 @@ return {
{ {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
opts = { opts = {
automatic_installation = { exclude = { "clangd", "asm-lsp" } }, automatic_installation = true,
handlers = { handlers = {
["jdtls"] = function() ["jdtls"] = function()
require("java").setup({ require("java").setup({

View File

@ -2,6 +2,8 @@ return {
{ {
"folke/noice.nvim", "folke/noice.nvim",
event = "VeryLazy", event = "VeryLazy",
-- Pinned until https://github.com/folke/noice.nvim/issues/923 is resolved
commit = "d9328ef",
config = function() config = function()
require("noice").setup({ require("noice").setup({
lsp = { lsp = {

View File

@ -341,19 +341,3 @@ subnetting
TCP/IP TCP/IP
IPv6 IPv6
V3 V3
SSID
WPA
IoT
NISTIR
CISA
jiggler
cyber
implementers
wildcard
mistruth
Reinstallation
offsite
endianness
Endian
factorizations
formulae

View File

@ -133,10 +133,8 @@ in
++ [ ++ [
gnumake gnumake
cmake cmake
clang-tools
clang clang
nasm clang-tools
asm-lsp
ninja ninja
ccache ccache
llvm llvm
@ -185,7 +183,6 @@ in
}; };
programs = { programs = {
nix-index.enable = true;
wofi.enable = true; wofi.enable = true;
waybar = { waybar = {
enable = true; enable = true;