use newer hm

This commit is contained in:
Sense T 2023-11-25 15:35:50 +08:00
parent b276910f9c
commit a6dc09fb3d
3 changed files with 11 additions and 5 deletions

View File

@ -28,16 +28,15 @@
]
},
"locked": {
"lastModified": 1700392168,
"narHash": "sha256-v5LprEFx3u4+1vmds9K0/i7sHjT0IYGs7u9v54iz/OA=",
"lastModified": 1700847865,
"narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "28535c3a34d79071f2ccb68671971ce0c0984d7e",
"rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}

View File

@ -18,7 +18,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View File

@ -43,6 +43,13 @@
timidity.enable = true;
thefuck.enable = true;
eza = {
enable = false;
enableAliases = true;
git = true;
icons = true;
};
direnv = {
enable = true;
enableZshIntegration = true;