fixed vm configs.
This commit is contained in:
parent
5235355eda
commit
221b6254c4
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue