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:
Evie Litherland-Smith 2024-07-10 10:22:24 +01:00
parent 3e0a4bb725
commit 21f27fdc88
4 changed files with 7 additions and 10 deletions

View file

@ -53,10 +53,10 @@
accentColourName = "base0E"; accentColourName = "base0E";
fonts = with iosevkaCustom; rec { fonts = with iosevkaCustom; rec {
sizes = { sizes = {
applications = 14; applications = 12;
desktop = 12; desktop = 10;
popups = 16; popups = 14;
terminal = 14; terminal = 12;
}; };
serif = sansSerif; serif = sansSerif;
sansSerif = { sansSerif = {

View file

@ -4,7 +4,7 @@
}: }:
with scheme.withHashtag; '' with scheme.withHashtag; ''
// Remove rounded corners // Remove rounded corners
window.background { border-radius: 5; } window.background { border-radius: 0; }
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_fg_color ${base00-hex}; @define-color accent_fg_color ${base00-hex};

View file

@ -28,7 +28,7 @@
inherit (config.home.pointerCursor) size; inherit (config.home.pointerCursor) size;
theme = config.home.pointerCursor.name; theme = config.home.pointerCursor.name;
}; };
iconTheme = "Papirus"; iconTheme = config.gtk.iconTheme.name;
wallpaper = "${../wallpapers/landscapes/tropic_island_day.jpg}"; wallpaper = "${../wallpapers/landscapes/tropic_island_day.jpg}";
}; };

View file

@ -8,10 +8,7 @@
twinkle twinkle
(import ./scripts/ukaea-vpn.nix pkgs) (import ./scripts/ukaea-vpn.nix pkgs)
]; ];
programs = { programs.git.userEmail = config.accounts.email.accounts.outlook.address;
git.userEmail = config.accounts.email.accounts.outlook.address;
firefox.policies.Homepage.URL = "https://nucleus.ukaea.uk";
};
accounts.email.accounts = { accounts.email.accounts = {
proton.primary = lib.mkForce false; proton.primary = lib.mkForce false;
outlook.primary = lib.mkForce true; outlook.primary = lib.mkForce true;