mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
editor: enable copilot and colorscheme
This commit is contained in:
@@ -30,6 +30,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(final: prev: {
|
||||||
|
niphas-editor = prev.niphas-editor.override {
|
||||||
|
withCopilot = true;
|
||||||
|
colorscheme = "gruvbox-dark-medium";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.vim-typewriter
|
pkgs.vim-typewriter
|
||||||
pkgs.dawn-editor
|
pkgs.dawn-editor
|
||||||
|
|||||||
Reference in New Issue
Block a user