1

Update nixtop module

This commit is contained in:
2023-04-26 09:16:46 +02:00
parent be0c6542e9
commit 09d0255967

View File

@ -15,7 +15,13 @@ rec {
../../modules
];
modules = {
config = {
modules = {
};
home.packages = with pkgs; [
];
};
}