ma: update home-manager

This commit is contained in:
makefu 2021-06-05 17:59:55 +02:00
parent eb801fa458
commit a6f2ed0c99
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -77,7 +77,7 @@
(lib.mkIf ( host-src.home-manager ) {
home-manager.git = {
url = https://github.com/rycee/home-manager;
ref = "63f299b";
ref = "fd5fbb0a241f644908cdf01ccd1821d0606fb4fd";
};
})
];