!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

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

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


SenderMessageTime
1 May 2024
@jeff:ocjtech.usJeffIs NixOS staying with GTK 4.12 because it hasn't updated to Gnome 46 yet?04:06:58
@vcunat:matrix.orgvcunat
In reply to @jeff:ocjtech.us
Is NixOS staying with GTK 4.12 because it hasn't updated to Gnome 46 yet?
Switching both should come this week. (in master branch and channels)
05:40:50
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:06:40
@jonas:ipsemet.xyz@jonas:ipsemet.xyz joined the room.22:56:01
2 May 2024
@colin:uninsane.orgColin changed their display name from cached failure of attribute 'colin' to Colin.16:08:05
@networkexception:chat.upi.li@networkexception:chat.upi.li joined the room.21:13:38
3 May 2024
@abbe:badti.me@abbe:badti.me joined the room.13:32:01
@abbe:badti.me@abbe:badti.meI recently decided to try GNOME on NixOS (already using it with sway for some time now), and I noticed apps installed through home-manager are not showing up in Applications. While the same apps show up fine in Fuzzel menu in Sway.13:51:08
@abbe:badti.me@abbe:badti.meI guess it's similar too https://discourse.nixos.org/t/home-manager-installed-apps-dont-show-up-in-applications-launcher/852313:52:53
@abbe:badti.me@abbe:badti.me
{
  services.xserver = {
    enable = true;
    libinput.enable = true;
    xkb = {
      options = "ctrl:nocaps";
      layout = "us";
    };
    displayManager = {
      defaultSession = "gnome";
      startx = {
        enable = false;
      };
      gdm = {
        wayland = true;
        enable = true;
      };
      sddm = {
        enable = false;
      };
    };

    desktopManager = {
      xterm.enable = false;
      xfce.enable = false;
      gnome.enable = true;
    };
    videoDrivers = [ "amdgpu" ]; # "nvidiaLegacy390" ];
  };
  xdg.portal = {
    enable = true;
    configPackages = [ pkgs.gnome.gnome-session ];
    extraPortals = with pkgs; [ xdg-desktop-portal-wlr ];
  };

  # required for non-GNOME systems
  services.dbus.packages = [ pkgs.gcr ];

  programs.evince.enable = true;


  services.gnome.core-shell.enable = true;
  services.gnome.core-os-services.enable = true;
  services.gnome.tracker-miners.enable = false;
  services.gnome.tracker.enable = false;
  services.gnome.gnome-keyring.enable = true;
}
13:56:59
@abbe:badti.me@abbe:badti.meis what I have in my NixOS configuration related to GNOME/Wayland13:57:33
@jtojnar:matrix.orgJan Tojnar
In reply to @abbe:badti.me
I recently decided to try GNOME on NixOS (already using it with sway for some time now), and I noticed apps installed through home-manager are not showing up in Applications. While the same apps show up fine in Fuzzel menu in Sway.
Do they appear after re-logging in? If so, that is https://github.com/NixOS/nixpkgs/issues/12757
17:14:48
4 May 2024
@qubitnano:matrix.orgqubitnano joined the room.02:52:59

Show newer messages


Back to Room ListRoom Version: 6