bump home-manager

This commit is contained in:
2026-03-07 19:26:29 -07:00
parent 24d6a52f4f
commit a44b435a5e
3 changed files with 4 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ in {
xdg.mimeApps = {
enable = true;
associations.defaultApplicationPackages = [
defaultApplicationPackages = [
sydmacs
];
};

View File

@@ -15,11 +15,6 @@ in {
"screen_down_smooth" = [ "d" "<C-d>" ];
"screen_up_smooth" = [ "u" "<C-u>" ];
};
config = {
startup_commands = ''
toggle_dark_mode
'';
};
};
};
}