diff options
author | Soispha <soispha@vhack.eu> | 2024-03-23 21:52:00 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-23 21:52:00 +0100 |
commit | 8057372f3d3e11a4af7ffeeca00bbe39ca0674a3 (patch) | |
tree | ef6d3c95aee944f724694a84309b1679f9a2b5c0 /hm | |
parent | feat(pkgs/scripts/spodi): Rewrite to support artist `update` (diff) | |
download | nixos-config-8057372f3d3e11a4af7ffeeca00bbe39ca0674a3.tar.gz nixos-config-8057372f3d3e11a4af7ffeeca00bbe39ca0674a3.zip |
style(treewide): Format
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 |