Add niri module, flake update
This commit is contained in:
@@ -25,7 +25,7 @@ in
|
||||
executable = true;
|
||||
};
|
||||
|
||||
programs.vivaldi = {
|
||||
programs.vivaldi = lib.mkIf (conf.enable) {
|
||||
nativeMessagingHosts =
|
||||
[ ]
|
||||
++ lib.optionals (osConfig.services.desktopManager.plasma6.enable) [
|
||||
|
||||
Reference in New Issue
Block a user