This commit is contained in:
Niccolo Borgioli 2025-01-15 23:46:25 +01:00
parent ce8dfa8ca9
commit f61d7eff44
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1736817698, "lastModified": 1736910646,
"narHash": "sha256-1m+JP9RUsbeLVv/tF1DX3Ew9Vl/fatXnlh/g5k3jcSk=", "narHash": "sha256-Jzq/EKtSxOCA9hFuovQGlzOuRA8p9cB4mMYWUeCW4FA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2b1fca3296ddd1602d2c4f104a4050e006f4b0cb", "rev": "0bd024d34eb07cef235f94258423f40a41182088",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -85,7 +85,7 @@
t = "tmux new-session -A -s main"; t = "tmux new-session -A -s main";
e = "nvim"; e = "nvim";
hms = "home-manager switch --flake ~/nix#root -b backup"; hms = "home-manager switch --flake ~/nix#root -b backup";
snd = "darwin-rebuild switch --flake ~/.config/nix-darwin#mpb"; snd = "darwin-rebuild switch --flake ~/.config/nix-darwin#mbp";
}; };
programs.fish = { programs.fish = {