btm
This commit is contained in:
parent
13227fd29b
commit
7f7336424e
1 changed files with 12 additions and 0 deletions
|
|
@ -19,6 +19,18 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
bottom = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
battery =
|
||||||
|
if builtins.readFile /etc/hostname == "NOlaptop"
|
||||||
|
then true
|
||||||
|
else false;
|
||||||
|
hide_time = true;
|
||||||
|
enable_gpu = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
jujutsu = {
|
jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue