Formatted
This commit is contained in:
parent
d73191e526
commit
fbfa70195b
63 changed files with 906 additions and 899 deletions
|
@ -1,15 +1,15 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
home-manager.users.willifan = {
|
||||
programs.fuzzel = lib.mkIf config.desktop.fuzzel.enable {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
lines = 12;
|
||||
width = 45;
|
||||
line-height = 20;
|
||||
programs.fuzzel = lib.mkIf config.desktop.fuzzel.enable {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
lines = 12;
|
||||
width = 45;
|
||||
line-height = 20;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue