Compare commits

..

No commits in common. "c56fcae38c2b1a28c22e3d852140b772bbd9a7ae" and "060ab92af65a52bea426d8950f0f6cbda627d1fd" have entirely different histories.

2 changed files with 12 additions and 17 deletions

View File

@ -198,11 +198,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1682990279, "lastModified": 1682573887,
"narHash": "sha256-ooWLgZItK9clTqe5WgdewIWkW0L4T1zuhhGNwePPvW8=", "narHash": "sha256-zXGH312vHB9rUdS8GxmggYOqJRDu2toCzlE8kfin1VE=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "d1a4bd876b3ae646693c0905d7f29b636e2e5033", "rev": "222be0f1e769177241eb2d8d8dfb0de42e450820",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1682817260, "lastModified": 1682493015,
"narHash": "sha256-kFMXzKNj4d/0Iqbm5l57rHSLyUeyCLMuvlROZIuuhvk=", "narHash": "sha256-KiMOAe8u83QDF40Z25kWMkZbqr9U+mvjvEJy5Qvw0nw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "db1e4eeb0f9a9028bcb920e00abbc1409dd3ef36", "rev": "60c0f762658916a4a5b5a36b3e06486f8301daf4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -349,11 +349,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1682987843, "lastModified": 1682589778,
"narHash": "sha256-84MB1+yn4sbVcFiYPjUURXSVvFB9s1E5Dp4Fpk5LDj4=", "narHash": "sha256-COXe3mSw30C+AzEdbEnG5r6Rnc8CLkvpBlU7DBvn69g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "b8d20431e5138798414d91ee86ea7ce8df02e97f", "rev": "6a41a40008705fbfbbbaf4f74ab15bf8d73d8d15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -437,11 +437,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1682929865, "lastModified": 1682535835,
"narHash": "sha256-jxVrgnf5QNjO+XoxDxUWtN2G5xyJSGZ5SWDQFxMuHxc=", "narHash": "sha256-DrCcsZId29H+mr7yviOfCZeJOnJ51MIWLX3qSwwSpLI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f2e9a130461950270f87630b11132323706b4d91", "rev": "d12fa94d29856187b1c80db4edf4588df986d217",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -69,11 +69,6 @@ in
enable = true; enable = true;
}; };
programs.atuin = {
enable = true;
enableZshIntegration = true;
};
home.packages = [ home.packages = [
pkgs.dan.mesloNFp10k pkgs.dan.mesloNFp10k
]; ];