Compare commits

..

No commits in common. "e2903036bcb27f1ffad81471bf75072392a69add" and "c309b67c88812b64a6ef2aa3512b5b2ac33fd3fc" have entirely different histories.

3 changed files with 9 additions and 13 deletions

18
flake.lock generated
View File

@ -26,11 +26,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715381426, "lastModified": 1714043624,
"narHash": "sha256-wPuqrAQGdv3ISs74nJfGb+Yprm23U/rFpcHFFNWgM94=", "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ab5542e9dbd13d0100f8baae2bc2d68af901f4b4", "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -74,11 +74,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1715266358, "lastModified": 1715087517,
"narHash": "sha256-doPgfj+7FFe9rfzWo1siAV2mVCasW+Bh8I1cToAXEE4=", "narHash": "sha256-CLU5Tsg24Ke4+7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f1010e0469db743d14519a1efd37e23f8513d714", "rev": "b211b392b8486ee79df6cdfb1157ad2133427a29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -90,11 +90,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1715395895, "lastModified": 1715106579,
"narHash": "sha256-DreMqi6+qa21ffLQqhMQL2XRUkAGt3N7iVB5FhJKie4=", "narHash": "sha256-gZMgKEGiK6YrwGBiccZ1gemiUwjsZ1Zv49KYOgmX2fY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "71bae31b7dbc335528ca7e96f479ec93462323ff", "rev": "8be0d8a1ed4f96d99b09aa616e2afd47acc3da89",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -55,7 +55,6 @@ in
unstable.devenv unstable.devenv
unstable.ventoy unstable.ventoy
discord discord
zoxide
# k8s tools # k8s tools
unstable.talosctl unstable.talosctl

View File

@ -23,9 +23,6 @@
# Aliases # Aliases
alias ls=eza alias ls=eza
alias find=fd alias find=fd
# Init zoxide
eval "$(zoxide init zsh)"
''; '';
zplug = { zplug = {
enable = true; enable = true;