Compare commits

..

No commits in common. "ece28c8164e79eca10a527643917fc5546895055" and "b152ff48c7028cddd0e64da7b6f0b4d627dcae5d" have entirely different histories.

3 changed files with 10 additions and 18 deletions

View file

@ -23,7 +23,6 @@ in {
mods.desktop.productivity.enable = false;
mods.zen.enable = true;
mods.obsidian.enable = true;
mods.theme.slideshow = true;
home.packages = with pkgs;
[

View file

@ -125,6 +125,15 @@ with lib; {
};
pinsForce = true;
pins = {
"GitHub" = {
id = "48e8a119-5a14-4826-9545-91c8e8dd3bf6";
workspace = spaces."Work".id;
url = "https://github.com";
position = 101;
isEssential = false;
};
};
containersForce = true;
containers = {

View file

@ -1,22 +1,9 @@
{
pkgs,
lib,
config,
inputs,
...
}: let
d2-vim = pkgs.vimUtils.buildVimPlugin {
pname = "d2-vim";
version = "0.1.0";
src = pkgs.fetchFromGitHub {
owner = "terrastruct";
repo = "d2-vim";
rev = "cb3eb7fcb1a2d45c4304bf2e91077d787b724a39";
hash = "sha256-HmDQfOIoSV93wqRe7O4FPuHEmAxwoP1+Ut+sKhB62jA=";
fetchSubmodules = true;
};
};
in {
}: {
options.mods.nvim.enable =
lib.mkEnableOption "enables nvim";
@ -26,7 +13,6 @@ in {
];
config = lib.mkIf config.mods.nvim.enable {
home.packages = [pkgs.d2];
programs.nvf = {
enable = true;
settings = {
@ -84,8 +70,6 @@ in {
};
};
startPlugins = [d2-vim];
treesitter = {
enable = true;
context.enable = true;