VSCodium -> VSCode only on matbook
parent
045c8d8f93
commit
b0b98ed2cc
15
flake.nix
15
flake.nix
|
@ -108,8 +108,7 @@
|
||||||
# M1 MBP
|
# M1 MBP
|
||||||
matbook = mkDarwinSystem {
|
matbook = mkDarwinSystem {
|
||||||
primaryUser = primaryUserInfo;
|
primaryUser = primaryUserInfo;
|
||||||
modules = [
|
modules = [{
|
||||||
({ pkgs, ... }: {
|
|
||||||
networking.computerName = "matbook pro m1";
|
networking.computerName = "matbook pro m1";
|
||||||
networking.hostName = "matbook";
|
networking.hostName = "matbook";
|
||||||
networking.knownNetworkServices = [
|
networking.knownNetworkServices = [
|
||||||
|
@ -126,18 +125,18 @@
|
||||||
"steam"
|
"steam"
|
||||||
];
|
];
|
||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
programs.fish.shellAliases = {
|
# programs.fish.shellAliases = {
|
||||||
code = "${pkgs.vscodium}/bin/codium";
|
# code = "${pkgs.vscodium}/bin/codium";
|
||||||
};
|
# };
|
||||||
programs.ssh.matchBlocks.remarkable = {
|
programs.ssh.matchBlocks.remarkable = {
|
||||||
hostname = "10.11.99.1";
|
hostname = "10.11.99.1";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
programs.vscode.package = pkgs.vscodium;
|
# programs.vscode.package = pkgs.vscodium;
|
||||||
|
programs.vscode.enable = true;
|
||||||
|
}];
|
||||||
}];
|
}];
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
yelpbook-m1 = mkDarwinSystem {
|
yelpbook-m1 = mkDarwinSystem {
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
AddKeysToAgent = "yes";
|
AddKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
vscode = {
|
# vscode = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
# extensions = [ pijul-vscode ];
|
# extensions = [ pijul-vscode ];
|
||||||
};
|
# };
|
||||||
zoxide = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue