feat: font; qt theme; foot program
font: Change from Monocraft to JetBrains qt: Change theme to Fusion (doesn't look like it works) foot: enable proper home-manger foot server support
This commit is contained in:
parent
a82a005ed2
commit
ba450b88ef
9 changed files with 49 additions and 26 deletions
|
@ -13,12 +13,7 @@
|
|||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style = {
|
||||
package = pkgs.libsForQt5.breeze-qt5;
|
||||
name = "breeze";
|
||||
};
|
||||
style = {name = "Fusion";};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
libsForQt5.breeze-qt5
|
||||
];
|
||||
home.packages = with pkgs; [libsForQt5.breeze-qt5];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue