Set font-sizes back to original values
Plasma: use icon theme from GTK config to avoid duplication / conflicts Remove rounded corners in GTK extra CSS Firefox: remove homepage
This commit is contained in:
parent
3e0a4bb725
commit
21f27fdc88
|
@ -53,10 +53,10 @@
|
|||
accentColourName = "base0E";
|
||||
fonts = with iosevkaCustom; rec {
|
||||
sizes = {
|
||||
applications = 14;
|
||||
desktop = 12;
|
||||
popups = 16;
|
||||
terminal = 14;
|
||||
applications = 12;
|
||||
desktop = 10;
|
||||
popups = 14;
|
||||
terminal = 12;
|
||||
};
|
||||
serif = sansSerif;
|
||||
sansSerif = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
with scheme.withHashtag; ''
|
||||
// Remove rounded corners
|
||||
window.background { border-radius: 5; }
|
||||
window.background { border-radius: 0; }
|
||||
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||
@define-color accent_fg_color ${base00-hex};
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
inherit (config.home.pointerCursor) size;
|
||||
theme = config.home.pointerCursor.name;
|
||||
};
|
||||
iconTheme = "Papirus";
|
||||
iconTheme = config.gtk.iconTheme.name;
|
||||
wallpaper = "${../wallpapers/landscapes/tropic_island_day.jpg}";
|
||||
};
|
||||
|
||||
|
|
|
@ -8,10 +8,7 @@
|
|||
twinkle
|
||||
(import ./scripts/ukaea-vpn.nix pkgs)
|
||||
];
|
||||
programs = {
|
||||
git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||
firefox.policies.Homepage.URL = "https://nucleus.ukaea.uk";
|
||||
};
|
||||
programs.git.userEmail = config.accounts.email.accounts.outlook.address;
|
||||
accounts.email.accounts = {
|
||||
proton.primary = lib.mkForce false;
|
||||
outlook.primary = lib.mkForce true;
|
||||
|
|
Loading…
Reference in a new issue