Apply nixfmt
This commit is contained in:
@@ -59,7 +59,7 @@ in
|
||||
name = "alex";
|
||||
isDefault = true;
|
||||
|
||||
settings = sharedSettings // {};
|
||||
settings = sharedSettings // { };
|
||||
};
|
||||
|
||||
work = {
|
||||
@@ -109,12 +109,14 @@ in
|
||||
configFile."mimeapps.list".force = true;
|
||||
};
|
||||
|
||||
|
||||
home.packages = [ ff ff-alex ];
|
||||
home.packages = [
|
||||
ff
|
||||
ff-alex
|
||||
];
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
MOZ_ENABLE_WAYLAND=1;
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
BROWSER = "${ff-alex}/bin/ff-alex $@";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user