actually remove alacrity now

This commit is contained in:
William 2025-08-11 20:42:07 -03:00
parent 18392317e5
commit 584ee8af23

View file

@ -94,17 +94,6 @@
# Workstation specific configuration # Workstation specific configuration
(lib.mkIf hostType.isWorkstation { (lib.mkIf hostType.isWorkstation {
programs.alacritty = {
enable = true;
settings = {
window = {
padding = {
x = 8;
y = 8;
};
};
};
};
}) })
]; ];
} }