update flake lock, fix changed settings for eg zsh, and finally fix stylix
This commit is contained in:
parent
98d0e7a25f
commit
b6b44ad60e
7 changed files with 174 additions and 173 deletions
|
@ -175,7 +175,7 @@
|
|||
fzf
|
||||
nextcloud-client
|
||||
nitrokey-app
|
||||
protonvpn-gui
|
||||
# protonvpn-gui
|
||||
virtualbox
|
||||
#watchmate
|
||||
qbittorrent
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
stylix.targets.firefox.profileNames = ["lillian"];
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
|
|
|
@ -13,33 +13,33 @@
|
|||
programs.plasma = {
|
||||
enable = true;
|
||||
desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
|
||||
# kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}";
|
||||
# fonts = {
|
||||
# fixedWidth = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.monospace.name}";
|
||||
# };
|
||||
# general = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.serif.name}";
|
||||
# };
|
||||
# menu = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# small = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# toolbar = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# windowTitle = {
|
||||
# pointSize = 11;
|
||||
# family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
# };
|
||||
# };
|
||||
kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}";
|
||||
fonts = {
|
||||
fixedWidth = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.monospace.name}";
|
||||
};
|
||||
general = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.serif.name}";
|
||||
};
|
||||
menu = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
small = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
toolbar = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
windowTitle = {
|
||||
pointSize = 11;
|
||||
family = "${osConfig.stylix.fonts.sansSerif.name}";
|
||||
};
|
||||
};
|
||||
panels = [
|
||||
{
|
||||
alignment = "left";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue