This commit is contained in:
nicco
2026-01-13 10:54:40 +01:00
7 changed files with 16 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
croc croc
asciinema_3 asciinema_3
grex grex
mise
# Rust utils # Rust utils
bat bat
@@ -78,6 +79,7 @@
g = "lazygit"; g = "lazygit";
d = "lazydocker"; d = "lazydocker";
k = "kubectl"; k = "kubectl";
colima-start = "colima start --cpu 4 --memory 8 --vm-type=vz --vz-rosetta";
}; };
}; };
@@ -98,6 +100,9 @@
if type -q nvs if type -q nvs
nvs env --source | source nvs env --source | source
end end
if type -q mise
mise activate fish | source
end
''; '';
}; };
bash = { bash = {

18
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764952935, "lastModified": 1767968155,
"narHash": "sha256-cRPB2zESVMjIGxJ49qj4t4qnT0ae44E+fS/mkfOS/BY=", "narHash": "sha256-eefHCgK0H1rYdt39iafXeWXhM9o1jkNikTqDmInMZMo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "519828bf1c97f8bc2ed2d3b79214067047d3c67d", "rev": "b52d47d670d2be28c99333b008896cef4c8df6fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764161084, "lastModified": 1767718503,
"narHash": "sha256-HN84sByg9FhJnojkGGDSrcjcbeioFWoNXfuyYfJ1kBE=", "narHash": "sha256-V+VkFs0aSG0ca8p/N3gib7FAf4cq9jyr5Gm+ZBrHQpo=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "e95de00a471d07435e0527ff4db092c84998698e", "rev": "9f48ffaca1f44b3e590976b4da8666a9e86e6eb1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1764915887, "lastModified": 1767364772,
"narHash": "sha256-CeBCJ9BMsuzVgn8GVfuSRZ6xeau7szzG0Xn6O/OxP9M=", "narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "42e29df35be6ef54091d3a3b4e97056ce0a98ce8", "rev": "16c7794d0a28b5a37904d55bcca36003b9109aaa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -15,6 +15,8 @@
"bambu-studio" "bambu-studio"
"cyberduck" "cyberduck"
"kicad" "kicad"
"datagrip"
# "nikitabobko/tap/aerospace"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [