Compare commits
2 Commits
0bd5931013
...
641c21c77f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
641c21c77f
|
||
|
|
88634655d0
|
@@ -22,6 +22,7 @@
|
|||||||
{
|
{
|
||||||
# TODO: Is this installing firmware or just downloading it?
|
# TODO: Is this installing firmware or just downloading it?
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
services.fwupd.daemonSettings.EspLocation = lib.mkForce "/efi";
|
||||||
environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) {
|
environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
|||||||
@@ -54,6 +54,8 @@ let
|
|||||||
personal_specific = [
|
personal_specific = [
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-python.debugpy
|
ms-python.debugpy
|
||||||
|
ms-vscode.cpptools # C/C++ support and debugging
|
||||||
|
ms-vscode.cpptools-extension-pack
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
if config.me.vscode.enable_work_profile then
|
if config.me.vscode.enable_work_profile then
|
||||||
@@ -87,6 +89,7 @@ in
|
|||||||
"vscode-with-extensions"
|
"vscode-with-extensions"
|
||||||
"vscode-extension-ms-vscode-remote-remote-ssh"
|
"vscode-extension-ms-vscode-remote-remote-ssh"
|
||||||
"vscode-extension-MS-python-vscode-pylance"
|
"vscode-extension-MS-python-vscode-pylance"
|
||||||
|
"vscode-extension-ms-vscode-cpptools"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user