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 = {
|
||||
bottom = {
|
||||
enable = true;
|
||||
settings = {
|
||||
battery =
|
||||
if builtins.readFile /etc/hostname == "NOlaptop"
|
||||
then true
|
||||
else false;
|
||||
hide_time = true;
|
||||
enable_gpu = true;
|
||||
};
|
||||
};
|
||||
|
||||
jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue