1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

hold overlays correctly

This commit is contained in:
2026-02-10 22:02:34 +01:00
parent 8c6363881d
commit c6a11c1d79
9 changed files with 68 additions and 90 deletions

View File

@@ -30,15 +30,6 @@
};
};
nixpkgs.overlays = [
(final: prev: {
niphas-editor = prev.niphas-editor.override {
withCopilot = true;
colorscheme = "gruvbox-dark-medium";
};
})
];
environment.systemPackages = [
pkgs.vim-typewriter
pkgs.dawn-editor