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:
Zhongheng Liu 2024-10-26 12:47:26 +03:00
commit ba450b88ef
Signed by: steven
GPG key ID: DC8F48E7B4C40905
9 changed files with 49 additions and 26 deletions

View file

@ -32,10 +32,10 @@
myAutostartCommands = ["${pkgs.brightnessctl}/bin/brightnessctl s 64"];
};
myConfigLocation = "/home/${myUserName}/nix-conf";
desktopFontFullName = "Monocraft Nerd Font";
desktopFontFullName = "JetBrainsMono Nerd Font";
myAutostartCommands = [
"fcitx5"
"${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85"
# "${pkgs.foot}/bin/foot --server -f \"${desktopFontFullName}:size=12\" -o colors.alpha=0.85"
"${pkgs.udiskie}/bin/udiskie"
"${pkgs.pa-notify}/bin/pa-notify"
];