non important commit
This commit is contained in:
parent
94ccf41b50
commit
4d2886d88b
4 changed files with 8 additions and 2 deletions
0
home/modules/eww/eww-config/eww.scss
Normal file
0
home/modules/eww/eww-config/eww.scss
Normal file
0
home/modules/eww/eww-config/eww.yuck
Normal file
0
home/modules/eww/eww-config/eww.yuck
Normal file
7
home/modules/eww/eww.nix
Normal file
7
home/modules/eww/eww.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
|
||||
configDir = ./eww-config;
|
||||
};
|
||||
}
|
||||
|
|
@ -58,10 +58,10 @@
|
|||
|
||||
languages = {
|
||||
enableFormat = true;
|
||||
enableTreesitter = false;
|
||||
enableExtraDiagnostics = true;
|
||||
|
||||
nix.enable = true;
|
||||
nix.extraDiagnostics.enable = true;
|
||||
markdown.enable = true;
|
||||
|
||||
nu.enable = true;
|
||||
|
|
@ -151,4 +151,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue