Skip to content

Commit 35a4fcf

Browse files
authored
nix: disable the nixpkgs noctalia module (#3725)
1 parent eaa207e commit 35a4fcf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nix/nixos-module.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ let
77
cfg = config.programs.noctalia;
88
in
99
{
10+
# The module from this flake predates the module in nixpkgs.
11+
# To avoid conflicts, we disable the nixpkgs module.
12+
disabledModules = [ "programs/wayland/noctalia.nix" ];
13+
1014
options.programs.noctalia = {
1115
enable = lib.mkEnableOption "Whether to enable noctalia, a lightweight Wayland shell and bar.";
1216

0 commit comments

Comments
 (0)