Test
This commit is contained in:
parent
8a743a9239
commit
15b7461f20
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue