commit 7262a55f030e0d9bb1613a8b7a33b9830f63a0a1
parent 21bdebe397c61260a5517c985f9e105c5ba03777
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Thu, 2 Apr 2026 19:41:44 +0100
remove dunst
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix
@@ -2,6 +2,6 @@
dotfiles = builtins.fetchGit {
url = "git://popovic.xyz/dots.git";
ref = "master";
- rev = "7fe8ce2cab3b3b9089bc4441ef9ea9ad9392ecd0";
+ rev = "9601661483c02e24aa2c578f31dfbb6abc0575a2";
};
}
diff --git a/modules/niri.nix b/modules/niri.nix
@@ -197,7 +197,7 @@
spawn-at-startup = [
{ command = [ "noctalia-shell" ]; }
{ command = [ "background" ]; }
- { command = [ "dunst" ]; }
+ # { command = [ "dunst" ]; }
{ command = [ "check-mail" ]; }
{
command = [
diff --git a/modules/noctalia.nix b/modules/noctalia.nix
@@ -81,6 +81,9 @@
id = "NotificationHistory";
}
{
+ id = "Battery";
+ }
+ {
id = "Bluetooth";
}
{