aliases
This commit is contained in:
parent
8f681ffbac
commit
913d061549
5 changed files with 31 additions and 22 deletions
|
|
@ -24,9 +24,17 @@ in {
|
|||
};
|
||||
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "gruvbox-dark";
|
||||
};
|
||||
};
|
||||
|
||||
bottom = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color = "gruvbox";
|
||||
flags = {
|
||||
battery =
|
||||
if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue