update laptop
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -712,11 +712,11 @@
|
|||||||
"rev": "24f67e26762b5ce7d1eabac6535aac004896c842",
|
"rev": "24f67e26762b5ce7d1eabac6535aac004896c842",
|
||||||
"revCount": 32,
|
"revCount": 32,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
"url": "https://gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
"url": "https://gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixvim_2": {
|
"nixvim_2": {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
flake = false;
|
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";
|
ags.url = "github:Aylur/ags/v1";
|
||||||
|
|
||||||
|
|||||||
@@ -50,13 +50,7 @@
|
|||||||
scipy
|
scipy
|
||||||
|
|
||||||
pandas
|
pandas
|
||||||
torch
|
|
||||||
torchvision
|
|
||||||
torchaudio
|
|
||||||
transformers
|
|
||||||
datasets
|
|
||||||
pyaudio
|
pyaudio
|
||||||
faster-whisper
|
|
||||||
pyusb
|
pyusb
|
||||||
debugpy
|
debugpy
|
||||||
];
|
];
|
||||||
@@ -98,7 +92,6 @@
|
|||||||
httplz
|
httplz
|
||||||
|
|
||||||
#3D modeling/printing
|
#3D modeling/printing
|
||||||
kicad
|
|
||||||
blender
|
blender
|
||||||
freecad
|
freecad
|
||||||
#cura
|
#cura
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
share = true;
|
share = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtraFirst = ''
|
initContent = lib.mkBefore ''
|
||||||
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
cat ${config.home.homeDirectory}/.cache/wal/sequences
|
||||||
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
eval "$(oh-my-posh init zsh --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -53,8 +53,9 @@
|
|||||||
#enable bluetooth
|
#enable bluetooth
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
|
||||||
pulseaudio.enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.pulseaudio.enable = false;
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
@@ -76,7 +77,7 @@
|
|||||||
|
|
||||||
ollama.enable = true;
|
ollama.enable = true;
|
||||||
wyoming = {
|
wyoming = {
|
||||||
enable = true;
|
enable = false;
|
||||||
satelliteOnly = false;
|
satelliteOnly = false;
|
||||||
};
|
};
|
||||||
virtualization.homeassistant = {
|
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