nixbook: add cosmic battery indicator
This commit is contained in:
parent
d65ef277df
commit
9af6062b7b
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
7
home/desktop/cosmic/laptop.nix
Normal file
7
home/desktop/cosmic/laptop.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
programs.cosmic = {
|
||||||
|
panels.Bar.applets.end = [
|
||||||
|
"com.system76.CosmicAppletBattery"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue