mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 23:45:45 +02:00
system: Always exclude gnome-tour
Should prevent gnome-tour from showing in phosh.
This commit is contained in:
parent
83740051ea
commit
8bfc0ebf36
@ -252,12 +252,16 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment = {
|
||||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
systemPackages = with pkgs; [
|
||||||
];
|
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||||
|
];
|
||||||
|
|
||||||
|
defaultPackages = [ ];
|
||||||
|
|
||||||
|
gnome.excludePackages = with pkgs; [ gnome-tour ];
|
||||||
|
};
|
||||||
|
|
||||||
programs.command-not-found.enable = false;
|
programs.command-not-found.enable = false;
|
||||||
|
|
||||||
environment.defaultPackages = [ ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,8 +30,6 @@ in
|
|||||||
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
programs.hyprland.enable = lib.mkForce false;
|
programs.hyprland.enable = lib.mkForce false;
|
||||||
services.greetd.enable = lib.mkForce false;
|
services.greetd.enable = lib.mkForce false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user