!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

418 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)91 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
29 Jan 2024
@d3vil0p3r:matrix.orgD3vil0p3r joined the room.02:23:45
@d3vil0p3r:matrix.orgD3vil0p3r

Hello! I'm using NixOS with GNOME, and I use Nautilus as File Manager.

I set Tokyo Night Dark GTK theme (tokyo-night-gtk package) and it works well on GNOME windows like GNOME Tweaks and I tested it also on Mate and Cinnamon DEs and this GTK theme works.

I set this theme by:

  home-manager.users.${username} = { pkgs, ...}: {
    gtk = {
      enable = true;
      gtk3.extraConfig.gtk-decoration-layout = "menu:";
      theme = {
        name = "Tokyonight-Dark-B";
        package = pkgs.tokyo-night-gtk;
      };
      iconTheme = {
        name = "Tokyonight-Dark";
      };
      cursorTheme = {
        name = "Bibata-Modern-Ice";
        package = pkgs.bibata-cursors;
      };
    };

The problem is that this theme is not applied on Nautilus window that remains a light theme (I guess Adwaita).

How can I apply Nautilus GTK theme?

02:24:16
@lehmanator:tchncs.deSam Lehman joined the room.10:59:01
@lehmanator:tchncs.deSam Lehman set a profile picture.11:06:04
@jtojnar:matrix.orgJan TojnarReplied in https://discourse.nixos.org/t/setting-nautiilus-gtk-theme/3895813:36:22
@jtojnar:matrix.orgJan TojnarAlso please do not multipost without mentioning it – it can lead to duplicated effort in answering. 13:37:18
30 Jan 2024
@giangnh:matrix.orgGiang Nguyen joined the room.04:34:19
@giangnh:matrix.orgGiang NguyenI noticed that Google Chrome on NixOS with GNOME does not use GNOME keyring, does that means it uses some kind of built-in keyring on NixOS (if so, what is it?) or are my passwords stored in plaintext?04:36:17

Show newer messages


Back to Room ListRoom Version: 6