mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Fix macOS
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -62,11 +62,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1667585378,
|
"lastModified": 1667768008,
|
||||||
"narHash": "sha256-cvOwucrjBaAkaGk3FunG+MQiwiSBeIVTtO5n/YavpC0=",
|
"narHash": "sha256-PGbX0s2hhXGnZDFVE6UIhPSOf5YegpWs5dUXpT/14F0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "6b35a59c19ddbbeb229fcd1d3dcd422dcc0fa927",
|
"rev": "f6483e0def85efb9c1e884efbaff45a5e7aabb34",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -379,7 +379,9 @@ in {
|
|||||||
nvim-cmp
|
nvim-cmp
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-tree-lua
|
nvim-tree-lua
|
||||||
|
/*
|
||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
|
*/
|
||||||
nvim-ts-rainbow
|
nvim-ts-rainbow
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
packer-nvim
|
packer-nvim
|
||||||
|
@@ -113,7 +113,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
|
|||||||
-- packer {{{1 -------------------------------------------------------------------
|
-- packer {{{1 -------------------------------------------------------------------
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
require("packer").startup(function()
|
require("packer").startup(function()
|
||||||
-- use({ "nvim-treesitter/nvim-treesitter" })
|
use({ "nvim-treesitter/nvim-treesitter" })
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
@@ -28,6 +28,7 @@ in {
|
|||||||
"netdata"
|
"netdata"
|
||||||
"node"
|
"node"
|
||||||
"universal-ctags"
|
"universal-ctags"
|
||||||
|
"podman"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
Reference in New Issue
Block a user