KEMBAR78
Gnome3 and Pantheon in the same system does not build · Issue #64611 · NixOS/nixpkgs · GitHub
Skip to content

Gnome3 and Pantheon in the same system does not build #64611

@romildo

Description

@romildo

Issue description

I want to have gnome3 and pantheon desktop managers in the same NixOS system, so that the user can choose the desired one at login time. So I have on configuration.nix:

  services.xserver.desktopManager.pantheon.enable = true;
  services.xserver.desktopManager.gnome3.enable = true;

But nixos-rebuild gives the following error:

error: The unique option `networking.networkmanager.basePackages.modemmanager' is defined multiple times, in:
 - /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/x11/desktop-managers/pantheon.nix
 - /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/x11/desktop-managers/gnome3.nix.
(use '--show-trace' to show detailed location information)

cc @worldofpeace

Technical details

  • system: "x86_64-linux"
  • host os: Linux 5.1.16, NixOS, 19.09pre184855.beff2f8d75e (Loris)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.2.2
  • channels(root): "nixos-19.09pre184855.beff2f8d75e"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: enhancementAdd something new or improve an existing system.2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: GNOMEGNOME desktop environment and its underlying platform6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS6.topic: pantheonThe Pantheon desktop environment9.needs: module (update)This needs a module to be changed

    Type

    No type

    Projects

    Status

    To Do

    Status

    Accepting PRs

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions