Add vscodium

This commit is contained in:
Dave Gallant
2022-06-05 15:27:03 -04:00
parent f2369cb459
commit b3c2045306
4 changed files with 11 additions and 27 deletions

View File

@@ -47,6 +47,7 @@ in {
starship starship
tldr tldr
tmux-sessionizer tmux-sessionizer
vscodium
# containers # containers
docker docker

18
flake.lock generated
View File

@@ -58,11 +58,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1654113406, "lastModified": 1654422613,
"narHash": "sha256-70esZvhal+FsyU89mJRcAb+cDGHKt0sgZ6MlRr9Cplg=", "narHash": "sha256-ZxkMM13AnrMwYOV99ohzcqeTkAOqD9Q2SBdZ9WoFE9Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "684e85d01d333be91c4875baebb05b93c7d2ffaa", "rev": "20703892473d01c70fb10248442231fe94f4ceb4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -81,11 +81,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1654328941, "lastModified": 1654382923,
"narHash": "sha256-iOga/WVt/W6aTBQP1ij3ihgLhKtAYK1lnVbp511Dvt8=", "narHash": "sha256-ZE8kGYScCnb/Z+CyeKrFXhcu7wJ6BBlZ8D3C1OcOQpo=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "e6fa4cca24cb16b9cecb41b9ecdb8c9bc349886b", "rev": "e13dcdf162d166084f19f1dcf3b79071290d2766",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -102,11 +102,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1654330482, "lastModified": 1654416917,
"narHash": "sha256-7pxYOdpab+65fijte2N5Fz1PYhNdIY1RC+2QL2iyip4=", "narHash": "sha256-DQ4mSFJ0q4hUkyNzr/ZJzHYEriBVZY1eDtQha3k04yk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "44fe03b17a411f247f662220cb7f901cfa9d1a1d", "rev": "e65d79d4a7ff35e29aa2a4d3d83b626e84bb917c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -137,6 +137,7 @@ in {
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";
c = "codium";
g = "git"; g = "git";
gho = "gh repo view --web >/dev/null"; gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case"; grep = "rg --smart-case";

View File

@@ -16,24 +16,6 @@
hostName = "hephaestus"; hostName = "hephaestus";
interfaces.enp34s0 = { interfaces.enp34s0 = {
useDHCP = true; useDHCP = true;
/*
ipv4.addresses = [
*/
/*
{
*/
/*
address = "192.168.1.69";
*/
/*
prefixLength = 24;
*/
/*
}
*/
/*
];
*/
}; };
defaultGateway = { defaultGateway = {
address = "192.168.1.2"; address = "192.168.1.2";