feat: migrating neovim

This commit is contained in:
gwg313 2024-08-16 16:11:56 -04:00
parent 86266f8205
commit 8d5e0e6566
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
47 changed files with 1964 additions and 222 deletions

View file

@ -27,6 +27,8 @@
../modules/ssh.nix
../modules/gh-dash.nix
../modules/ags.nix
../modules/neovim
../modules/yazi.nix
];
nixpkgs = {
@ -39,9 +41,7 @@
# You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
(final: prev: {
neovim = inputs.neovim-config.packages."x86_64-linux".default;
})
(final: prev: {neovim = inputs.neovim-config.packages."x86_64-linux".default;})
# Or define it inline, for example:
# (final: prev: {
@ -65,8 +65,8 @@
};
stylix = {
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-storm.yaml";
image = ./wallpaper.jpg;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
image = ../../wallpapers/nix-black-4k.png;
autoEnable = true;
enable = true;
@ -103,9 +103,7 @@
# Add stuff for your user as you see fit:
# programs.neovim.enable = true;
home.packages = with pkgs; [
openvpn
];
home.packages = with pkgs; [openvpn];
# Enable home-manager and git
programs.home-manager.enable = true;