diff --git a/flake.lock b/flake.lock index 3090755..2fc05b4 100644 --- a/flake.lock +++ b/flake.lock @@ -120,11 +120,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710283656, - "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=", + "lastModified": 1709569716, + "narHash": "sha256-iOR44RU4jQ+YPGrn+uQeYAp7Xo7Z/+gT+wXJoGxxLTY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b", + "rev": "617579a787259b9a6419492eaac670a5f7663917", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index b98dea0..6a18f6c 100644 --- a/home.nix +++ b/home.nix @@ -20,13 +20,11 @@ brightnessctl curl distrobox - fd git neovide (nerdfonts.override { fonts = [ "Iosevka" ]; }) obsidian qutebrowser - solargraph tmux wget wl-clipboard @@ -196,9 +194,6 @@ }; theme = "Catppuccin-Mocha"; }; - lazygit = { - enable = true; - }; lsd = { enable = true; enableAliases = true; @@ -254,12 +249,7 @@ tabstop = 2; }; plugins = { - cmp-cmdline.enable = true; - cmp-fish.enable = true; - cmp-nvim-lsp.enable = true; - cmp-nvim-ultisnips.enable = true; lightline.enable = true; - fugitive.enable = true; gitblame.enable = true; gitsigns.enable = true; lsp = { @@ -274,26 +264,19 @@ enableModifiedMarkers = true; closeIfLastWindow = true; }; - noice = { - enable = true; - }; - notify.enable = true; - nvim-autopairs.enable = true; - nvim-colorizer.enable = true; /* obsidian = { - enable = true; - dir = "~/muhhmory"; - dailyNotes = { - folder = "~/muhhmory/Journal/Daily Pages"; - template = "Daily Page.md"; - }; - templates = { - subdir = "Templates"; - }; + enable = true; + dir = "~/muhhmory"; + dailyNotes = { + folder = "~/muhhmory/Journal/Daily Pages"; + template = "Daily Page.md"; + }; + templates = { + subdir = "Templates"; + }; }; */ - oil.enable = true; surround.enable = true; telescope = { enable = true; @@ -302,12 +285,6 @@ fzf-native.enable = true; }; }; - # transparent.enable = true; - toggleterm.enable = true; - treesitter = { - enable = true; - indent = true; - }; }; extraPlugins = with pkgs.vimPlugins; [ vim-nix