mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: run nixfmt
This commit is contained in:
parent
005347d632
commit
7fc5af883f
5 changed files with 10 additions and 8 deletions
|
@ -3,10 +3,8 @@ let
|
|||
createCommon = import ../common-packages.nix;
|
||||
in
|
||||
{
|
||||
home.packages =
|
||||
(createCommon pkgs)
|
||||
++ [
|
||||
];
|
||||
home.packages = (createCommon pkgs) ++ [
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${pkgs.zen-browser}/bin/zen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue