We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa207e commit 35a4fcfCopy full SHA for 35a4fcf
1 file changed
nix/nixos-module.nix
@@ -7,6 +7,10 @@ let
7
cfg = config.programs.noctalia;
8
in
9
{
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
+
14
options.programs.noctalia = {
15
enable = lib.mkEnableOption "Whether to enable noctalia, a lightweight Wayland shell and bar.";
16
0 commit comments