update things

This commit is contained in:
zack 2024-09-27 12:09:26 -04:00
parent 5ac7c053fd
commit 6eb61c0194
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
9 changed files with 72 additions and 25 deletions

36
flake.lock generated
View file

@ -991,11 +991,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1727385738, "lastModified": 1727415632,
"narHash": "sha256-V6x1KgrOFIR7lDUpMTJXm+SlFnZOIb9mFizZTf8d3xM=", "narHash": "sha256-PApi0lMoKu8Ragc1pyrcgFyye1Xhfh4qsL+tMyvnYjw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "6b4bf7be2ed40b5e373e6d236fbee9ccefdf9015", "rev": "6a21da1b53a9a5c6467694b9456b4447cbd69816",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1007,11 +1007,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1727298068, "lastModified": 1727394046,
"narHash": "sha256-fiDn3BSRLqSRh1cPLCkFIYc0mRpAAxc4Lq89gZ+ioMg=", "narHash": "sha256-vhOhvCtNWeuqtjMnV87Xb2zgFDJJUrWcAofzQNYyiR8=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "64847fbdc908bf0a301b8f1e1814ff71bd425bae", "rev": "a9287dd882e082a17fc7dcf004d3f991ed29001b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1160,11 +1160,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1727296349, "lastModified": 1727335715,
"narHash": "sha256-C3SRU3GMDNII9l16o4+nkybuxaDX4x5TBypwmmUBCo0=", "narHash": "sha256-1uw3y94dA4l22LkqHRIsb7qr3rV5XdxQFqctINfx8Cc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fe866c653c24adf1520628236d4e70bbb2fdd949", "rev": "28b5b8af91ffd2623e995e20aee56510db49001a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1182,11 +1182,11 @@
"nixpkgs": "nixpkgs_9" "nixpkgs": "nixpkgs_9"
}, },
"locked": { "locked": {
"lastModified": 1727371977, "lastModified": 1727429410,
"narHash": "sha256-yn84DwpqHqgTwkogKzSOVUYCVdkensapSJYXrtCLBAs=", "narHash": "sha256-9CIAtDfRt/6wjh77jEESV4Z5ilzh2pdtJpnqCPRXtp8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "dd54603157587b2229c7cdf5cf869632e380ffb2", "rev": "9d50aeca9abe68dc20000119db9b8fc3cdc0e3ec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1309,11 +1309,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1727173215, "lastModified": 1727296349,
"narHash": "sha256-OtMlWYCqBDbnEsByoows785Gem9CSMiXYEBiKKtStk4=", "narHash": "sha256-C3SRU3GMDNII9l16o4+nkybuxaDX4x5TBypwmmUBCo0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "965289e5e07243f1cde3212d8bcaf726d36c5c46", "rev": "fe866c653c24adf1520628236d4e70bbb2fdd949",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1581,11 +1581,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727343412, "lastModified": 1727410670,
"narHash": "sha256-Uoxb8Qr1bQp05SQIcAYCOfzImOJXIbWk4chTfxsd/us=", "narHash": "sha256-DI22QeBUBIHQQi5XCLq9tmy4z1IPiDD8IpnHVfBL0EM=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "2f429398aef267d98858ca98d2f2a38a8ee90fb3", "rev": "cc02909bbfaa51dfe5849cf6997cd2fd0492e972",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,5 +1,5 @@
return { return {
"nvim-treesitter/nvim-treesitter-context", "nvim-treesitter/nvim-treesitter-context",
event = "BufEnter", event = "BufEnter",
opts = { enable = true }, opts = { enable = true, max_lines = 3 },
} }

View file

@ -0,0 +1,35 @@
return {
"oysandvik94/curl.nvim",
cmd = { "CurlOpen" },
dependencies = {
"nvim-lua/plenary.nvim",
},
keys = {
{ "<leader>co", "<cmd>CurlOpen<cr>", desc = "Open Curl" },
},
config = function()
local curl = require("curl")
curl.setup({})
vim.keymap.set("n", "<leader>co", function()
curl.open_global_tab()
end, { desc = "Open a curl tab with gloabl scope" })
-- These commands will prompt you for a name for your collection
vim.keymap.set("n", "<leader>csc", function()
curl.create_scoped_collection()
end, { desc = "Create or open a collection with a name from user input" })
vim.keymap.set("n", "<leader>cgc", function()
curl.create_global_collection()
end, { desc = "Create or open a global collection with a name from user input" })
vim.keymap.set("n", "<leader>fsc", function()
curl.pick_scoped_collection()
end, { desc = "Choose a scoped collection and open it" })
vim.keymap.set("n", "<leader>fgc", function()
curl.pick_global_collection()
end, { desc = "Choose a global collection and open it" })
end,
}

View file

@ -5,7 +5,7 @@ return {
vim.cmd.colorscheme("catppuccin-macchiato") vim.cmd.colorscheme("catppuccin-macchiato")
end, end,
opts = { opts = {
transparent_background = true, transparent_background = false,
custom_highlights = function(C) custom_highlights = function(C)
return { return {
Pmenu = { bg = C.base }, Pmenu = { bg = C.base },

View file

@ -56,6 +56,9 @@ in {
clang clang
pkgs-unstable.bash-language-server pkgs-unstable.bash-language-server
curl
jq
# Tools # Tools
git git
html-tidy html-tidy

View file

@ -16,6 +16,12 @@ in {
services.mpd = { services.mpd = {
enable = true; enable = true;
musicDirectory = "/home/zoey/Music"; musicDirectory = "/home/zoey/Music";
extraConfig = ''
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
'';
}; };
}; };
} }

View file

@ -72,8 +72,8 @@ in {
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-wlr
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland # inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
# pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
pkgs.xwaylandvideobridge pkgs.xwaylandvideobridge
]; ];
}; };

View file

@ -40,7 +40,10 @@ in {
exportGlyphNames = true exportGlyphNames = true
[buildPlans.IosevkaCustom.variants] [buildPlans.IosevkaCustom.variants]
inherits = "ss10" inherits = "ss20"
[buildPlans.IosevkaCustom.variants.design]
one = "base-flat-top-serif"
''; '';
}) })
noto-fonts noto-fonts

View file

@ -3,7 +3,7 @@
lib, lib,
}: let }: let
pname = "zen-browser"; pname = "zen-browser";
version = "1.0.1-a.4"; version = "1.0.1-a.5";
runtimeLibs = with pkgs; runtimeLibs = with pkgs;
[ [
@ -60,7 +60,7 @@ in
src = builtins.fetchTarball { src = builtins.fetchTarball {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2"; url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
sha256 = "sha256:0jjfr1201gfw0cy8q1jbr504994z33sbw8ip86c6xbww8qm60bqh"; sha256 = "sha256:0rj8x0b7vnl6zj8mky9qip54l1cp8rpy0465gr28zsjnjhp7qyak";
}; };
desktopSrc = ./.; desktopSrc = ./.;