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