Test
Some checks are pending
build-desktop-iso / build-desktop-iso (push) Has started running
update-flake-lock / update-flake-lock (push) Successful in 4m49s

This commit is contained in:
iFargle 2023-12-31 23:47:55 +09:00
parent 8a743a9239
commit 15b7461f20
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -82,8 +82,8 @@
papirus-icon-theme papirus-icon-theme
dconf2nix # https://github.com/gvolpe/dconf2nix dconf2nix # https://github.com/gvolpe/dconf2nix
# Tweak libadwaita themes # Tweak libadwaita themes
gradience # gradience
adw-gtk3 # adw-gtk3
gnome.gnome-session gnome.gnome-session
]; ];