treewide: format using nixfmt-rfc-style
This commit is contained in:
parent
dba047b845
commit
399eafe9ed
98 changed files with 1930 additions and 990 deletions
|
|
@ -1,10 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
specialisation.dark-theme.configuration = {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
uservars = prev.uservars;
|
||||
})
|
||||
];
|
||||
nixpkgs.overlays = [ (final: prev: { uservars = prev.uservars; }) ];
|
||||
};
|
||||
specialisation.light-theme.configuration = {
|
||||
nixpkgs.overlays = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue