From 8057372f3d3e11a4af7ffeeca00bbe39ca0674a3 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 23 Mar 2024 21:52:00 +0100 Subject: style(treewide): Format --- hm/soispha/conf/firefox/default.nix | 3 +-- hm/soispha/default.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'hm') diff --git a/hm/soispha/conf/firefox/default.nix b/hm/soispha/conf/firefox/default.nix index c8e0e2d9..f2ccfc99 100644 --- a/hm/soispha/conf/firefox/default.nix +++ b/hm/soispha/conf/firefox/default.nix @@ -6,8 +6,7 @@ ... }: let extensions = - builtins.fromJSON (builtins.readFile - ./config/extensions/extensions.json); + builtins.fromJSON (builtins.readFile ./config/extensions/extensions.json); userChrome = builtins.readFile ./config/chrome/userChrome.css; bookmarks = (import ./config/bookmarks/default.nix) { diff --git a/hm/soispha/default.nix b/hm/soispha/default.nix index 9811f600..a6107898 100644 --- a/hm/soispha/default.nix +++ b/hm/soispha/default.nix @@ -36,8 +36,8 @@ in { enableNixpkgsReleaseCheck = true; }; xdg = { - inherit configHome dataHome stateHome cacheHome; #binHome; # TODO: add binHome, when the standart is extended enable = true; + inherit configHome dataHome stateHome cacheHome; #binHome; # TODO: add binHome, when the standart is extended /* TODO: add this -- cgit 1.4.1