fix: thunderbird & sway

Fix problems with sway & thunderbird configs.

For some reason thunderbird doesn't like the profile name to be specified.
This commit is contained in:
Nydragon 2024-05-13 15:46:44 +09:00
parent d89eb790b1
commit e9371c3a15
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209
4 changed files with 9 additions and 19 deletions

View file

@ -2,17 +2,11 @@
, ... }:
let scripts = import ./scripts { inherit pkgs; };
in {
imports = [
./firefox
./fish
#./sway
./neovim
./rofi
#./thunderbird
];
imports = [ ./firefox ./fish ./sway ./neovim ./rofi ./thunderbird ];
xdg.configFile."gtk-4.0/gtk.css".source =
"${pkgs.catppuccin-gtk}/share/themes/Catppuccin-Frappe-Standard-Blue-Dark/gtk-4.0/gtk.css";
dconf = {
enable = true;
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
@ -21,10 +15,11 @@ in {
uris = [ "qemu:///system" ];
};
};
services.blueman-applet.enable = true;
qt.enable = true;
qt.platformTheme = "gtk";
qt.platformTheme.name = "gtk";
home = {
inherit stateVersion;

View file

@ -148,8 +148,7 @@
'';
}
{
command =
"${scripts.set-background}/bin/set-background -f ${wallpaper}";
command = "${set-background}/bin/set-background -f ${wallpaper}";
always = true;
}
{

View file

@ -2,9 +2,6 @@
programs.thunderbird = {
enable = true;
#settings = { mailnews.wraplength = 80; };
profiles.nico = {
isDefault = true;
name = "nico";
};
profiles.nico = { isDefault = true; };
};
}

View file

@ -35,9 +35,9 @@ in {
time.timeZone = "Asia/Seoul";
# Configure keymap in X11
services.xserver = {
services.xserver.xkb = {
layout = "fr";
xkbVariant = "";
variant = "";
};
services.logind = {
@ -137,6 +137,7 @@ in {
};
enable = true;
};
config.common.default = "*";
# gtk portal needed to make gtk apps happy
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
@ -218,11 +219,9 @@ in {
dotter
sassc
glib
stylua
pamixer
wireguard-tools
dconf
nixfmt
pavucontrol
xdg-utils
htop