This commit is contained in:
albert 2024-04-04 21:22:50 +09:00
parent 937b8c1ae3
commit 7e5cb4570b
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
imports = [ ./nixvim/base.nix ];
programs.nixvim = {

View file

@ -30,6 +30,10 @@
termguicolors = true;
};
extraConfigLuaPost = ''
vim.opt.shell = '/run/current-system/sw/bin/bash'
'';
plugins = {
# Git related
# Gutter information for git modifications
@ -244,6 +248,7 @@
everforest
onedark-nvim
rose-pine
rust-vim
];
};
}

View file

@ -1,4 +1,4 @@
{ inputs, config, lib, pkgs, modulesPath, desktop, hostname, username, system, ... }: {
{ inputs, config, lib, pkgs, system, ... }: {
imports = [
./disks.nix
../../common/modules/secureboot.nix