added nixfmt-tree as formatter
also ran it, which is why so many files were modified
This commit is contained in:
parent
e8487933ec
commit
f482d6f06b
14 changed files with 125 additions and 108 deletions
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
|
||||
|
@ -31,7 +32,7 @@
|
|||
};
|
||||
polarity = "dark";
|
||||
targets = {
|
||||
floorp.profileNames = ["blue"];
|
||||
floorp.profileNames = [ "blue" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue