now on alacritty
This commit is contained in:
parent
76b5c5e953
commit
6f604f375a
3 changed files with 13 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
|||
protonup
|
||||
### System Utilities ###
|
||||
adwaita-icon-theme
|
||||
foot
|
||||
alacritty
|
||||
junction
|
||||
kara
|
||||
kde-rounded-corners
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
name = "Noto Color Emoji";
|
||||
};
|
||||
sizes = {
|
||||
applications = 10;
|
||||
applications = 11;
|
||||
desktop = config.stylix.fonts.sizes.applications;
|
||||
popups = config.stylix.fonts.sizes.applications;
|
||||
terminal = 12;
|
||||
|
|
|
|||
|
|
@ -94,6 +94,17 @@
|
|||
|
||||
# Workstation specific configuration
|
||||
(lib.mkIf hostType.isWorkstation {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
padding = {
|
||||
x = 8;
|
||||
y = 8;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue