nixbook: add cosmic battery indicator

This commit is contained in:
tristan 2025-01-16 11:47:06 +00:00
parent d65ef277df
commit 9af6062b7b
2 changed files with 8 additions and 0 deletions

View file

@ -64,6 +64,7 @@
./home/programs/mpd.nix ./home/programs/mpd.nix
./home/programs/work.nix ./home/programs/work.nix
./home/programs/graphical.nix ./home/programs/graphical.nix
./home/desktop/cosmic/laptop.nix
]; ];
}; };

View file

@ -0,0 +1,7 @@
{
programs.cosmic = {
panels.Bar.applets.end = [
"com.system76.CosmicAppletBattery"
];
};
}