Seperated Matrix into logical modules; Added Exporters; Got Filebrowser working
This commit is contained in:
@@ -75,6 +75,24 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Doenst work
|
||||
programs.iamb = {
|
||||
enable = false;
|
||||
settings = {
|
||||
default_profile = "personal";
|
||||
settings = {
|
||||
notifications.enabled = true;
|
||||
image_preview.protocol = {
|
||||
type = "kitty";
|
||||
size = {
|
||||
height = 10;
|
||||
width = 66;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
autoReload = true;
|
||||
|
||||
Reference in New Issue
Block a user