fixed vm configs.

This commit is contained in:
Gabe Venberg 2024-05-16 16:38:15 -05:00
parent 5235355eda
commit 221b6254c4
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,7 @@ inputs.nixpkgs.lib.nixosSystem {
../../modules/nixos/common.nix ../../modules/nixos/common.nix
../../modules/nixos/printing.nix ../../modules/nixos/printing.nix
../../modules/both/sound.nix ../../modules/both/sound.nix
../../modules/both/networking.nix ../../modules/nixos/networking.nix
../../modules/both/i3 ../../modules/both/i3
({ ({
config, config,
@ -64,7 +64,6 @@ inputs.nixpkgs.lib.nixosSystem {
}: { }: {
host = osConfig.host; host = osConfig.host;
home = { home = {
enable-speech = true;
git = { git = {
profile = { profile = {
name = "Gabe Venberg"; name = "Gabe Venberg";

View file

@ -64,7 +64,6 @@ inputs.nixpkgs.lib.nixosSystem {
}: { }: {
host = osConfig.host; host = osConfig.host;
home = { home = {
enable-speech = true;
nvim = { nvim = {
enable-lsp = true; enable-lsp = true;
enable-treesitter = true; enable-treesitter = true;