mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated afk-cmds pkg
removed AFKCommands moved moonfly plugin to correct location switched from alacritty to st
This commit is contained in:
parent
ca947d62b9
commit
f353281d6b
12 changed files with 107 additions and 301 deletions
16
flake.nix
16
flake.nix
|
|
@ -31,22 +31,6 @@
|
|||
}
|
||||
)
|
||||
(import ./suckless)
|
||||
(self: super:
|
||||
let
|
||||
vim-moonfly = super.vimUtils.buildVimPlugin {
|
||||
name = "vim-moonfly";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "bluz71";
|
||||
repo = "vim-moonfly-colors";
|
||||
rev = "065c99b95355b33dfaa05bde11ad758e519b04a3";
|
||||
sha256 = "sha256-TEYN8G/VNxitpPJPM7+O9AGLm6V7bPkiTlFG5op55pI=";
|
||||
};
|
||||
};
|
||||
in {
|
||||
vimPlugins =
|
||||
super.vimPlugins // { inherit vim-moonfly; };
|
||||
}
|
||||
)
|
||||
];
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue