mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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; [
|
||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||
];
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
(pass.withExtensions (ext: with ext; [ pass-otp ]))
|
||||
];
|
||||
|
||||
defaultPackages = [ ];
|
||||
|
||||
gnome.excludePackages = with pkgs; [ gnome-tour ];
|
||||
};
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
environment.defaultPackages = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -30,8 +30,6 @@ in
|
||||
ibus.engines = with pkgs.ibus-engines; [ mozc ];
|
||||
};
|
||||
|
||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
programs.hyprland.enable = lib.mkForce false;
|
||||
services.greetd.enable = lib.mkForce false;
|
||||
|
Loading…
Reference in New Issue
Block a user