update laptop
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)"
|
||||
'';
|
||||
|
||||
@@ -53,8 +53,9 @@
|
||||
#enable bluetooth
|
||||
bluetooth.enable = true;
|
||||
|
||||
pulseaudio.enable = false;
|
||||
};
|
||||
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user