Merge branch 'main' of ssh://git.venberg.xyz:7920/Gabe/nix-config

This commit is contained in:
Gabe Venberg 2024-06-18 18:07:18 -05:00
commit af0b63c38c
7 changed files with 59 additions and 4 deletions

View file

@ -58,7 +58,7 @@
}: {
host = osConfig.host;
user = {
nvim.enable = false;
nvim.enable-lsp = false;
git = {
profile = {
name = "Gabe Venberg";
@ -68,7 +68,7 @@
};
};
imports = [
../roles/home-manager/minimal-terminal.nix
../roles/home-manager/terminal.nix
../configs/home-manager/common.nix
inputs.nixvim.homeManagerModules.nixvim
];

View file

@ -56,6 +56,7 @@
}: {
host = osConfig.host;
user = {
nvim.enable-lsp = false;
git = {
profile = {
name = "Gabe Venberg";