update laptop

This commit is contained in:
2025-05-25 20:00:38 -05:00
parent 3dee95ec7d
commit de57180538
5 changed files with 8 additions and 14 deletions

4
flake.lock generated
View File

@@ -712,11 +712,11 @@
"rev": "24f67e26762b5ce7d1eabac6535aac004896c842",
"revCount": 32,
"type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
"url": "https://gitea.blunkall.us/Blunkall-Technologies/Moirai"
},
"original": {
"type": "git",
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
"url": "https://gitea.blunkall.us/Blunkall-Technologies/Moirai"
}
},
"nixvim_2": {

View File

@@ -62,7 +62,7 @@
flake = false;
};
nixvim.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai";
nixvim.url = "git+https://gitea.blunkall.us/Blunkall-Technologies/Moirai";
ags.url = "github:Aylur/ags/v1";

View File

@@ -50,13 +50,7 @@
scipy
pandas
torch
torchvision
torchaudio
transformers
datasets
pyaudio
faster-whisper
pyusb
debugpy
];
@@ -98,7 +92,6 @@
httplz
#3D modeling/printing
kicad
blender
freecad
#cura

View File

@@ -32,7 +32,7 @@
share = true;
};
initExtraFirst = ''
initContent = lib.mkBefore ''
cat ${config.home.homeDirectory}/.cache/wal/sequences
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
'';

View File

@@ -53,9 +53,10 @@
#enable bluetooth
bluetooth.enable = true;
pulseaudio.enable = false;
};
services.pulseaudio.enable = false;
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
@@ -76,7 +77,7 @@
ollama.enable = true;
wyoming = {
enable = true;
enable = false;
satelliteOnly = false;
};
virtualization.homeassistant = {
@@ -191,7 +192,7 @@
};
};
fonts.packages = with pkgs; [ nerdfonts ];
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
}