Skip to content

Commit

Permalink
style, add cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
idrisr committed Dec 16, 2024
1 parent 81f893d commit f194e4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
builtins.elem
(nixpkgs.legacyPackages.${system}.lib.getName pkg) [
"broadcom-sta"
"cursor"
"discord"
"mathpix-snipping-tool"
"makemkv"
Expand Down
1 change: 1 addition & 0 deletions home-manager/profiles/desktop-packages.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pkgs:
with pkgs; [

code-cursor
dust
eza
btop
Expand Down
12 changes: 0 additions & 12 deletions nixos-modules/nixvim/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{ pkgs, ... }:
let
vimkind = pkgs.vimUtils.buildVimPlugin {
pname = "one-small-step-for-vimkind";
version = "2023-06-30";
src = pkgs.fetchFromGitHub {
repo = "one-small-step-for-vimkind";
owner = "jbyuki";
rev = "0dd306e68bf79b38cc01b15c22047e6a867df7de";
sha256 = "sha256-G5soAD3+z7BOxMaZVLPBEHxNa2H3Jp+dqDwQDMAlx2k=";
};
};
concatFiles = files:
let
j = map builtins.readFile files;
Expand Down Expand Up @@ -51,12 +41,10 @@ in {
enable = true;
viAlias = true;
vimAlias = true;
colorschemes.gruvbox.enable = true;

extraPlugins = with pkgs.vimPlugins; [
fzf-vim # switch to fzf-lua?
nvim-dap-ui
vimkind
telescope_hoogle
outline-nvim
nvim-lilypond-suite
Expand Down

0 comments on commit f194e4c

Please sign in to comment.