This commit is contained in:
iFargle 2023-09-29 19:18:43 +09:00
parent cd73e66e2a
commit e19bb00f32

View file

@ -1,4 +1,4 @@
{ config, pkgs, theme, ... }: {
{ inputs, config, pkgs, theme, ... }: {
imports = [ ./themes/${theme}/firefox-theme.nix ];
home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;