diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/firefox/default.nix | 3 | ||||
-rw-r--r-- | hm/soispha/default.nix | 2 |
2 files changed, 2 insertions, 3 deletions
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 |