Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Olsen c56fcae38c flake update 2023-05-02 19:50:41 +02:00
Daniel Olsen 14711673b7 enable atuin 2023-05-02 04:26:35 +02:00
Daniel Olsen 1ea1e189bb flake update 2023-04-27 23:39:18 +02:00
2 changed files with 17 additions and 12 deletions

View File

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

View File

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