From 8a9337710f50e8baa942af2b03d9d9d821ebea62 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Sep 2021 15:28:27 +0200 Subject: [PATCH] home: firefox: put modules into folders --- home/firefox/default.nix | 4 ++-- home/firefox/{firefox.nix => firefox/default.nix} | 0 home/firefox/{tridactyl.nix => tridactyl/default.nix} | 0 home/firefox/{ => tridactyl}/tridactylrc | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename home/firefox/{firefox.nix => firefox/default.nix} (100%) rename home/firefox/{tridactyl.nix => tridactyl/default.nix} (100%) rename home/firefox/{ => tridactyl}/tridactylrc (100%) diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 601644b..3d310dc 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -23,7 +23,7 @@ }; imports = [ - ./firefox.nix - ./tridactyl.nix + ./firefox + ./tridactyl ]; } diff --git a/home/firefox/firefox.nix b/home/firefox/firefox/default.nix similarity index 100% rename from home/firefox/firefox.nix rename to home/firefox/firefox/default.nix diff --git a/home/firefox/tridactyl.nix b/home/firefox/tridactyl/default.nix similarity index 100% rename from home/firefox/tridactyl.nix rename to home/firefox/tridactyl/default.nix diff --git a/home/firefox/tridactylrc b/home/firefox/tridactyl/tridactylrc similarity index 100% rename from home/firefox/tridactylrc rename to home/firefox/tridactyl/tridactylrc