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, ... }: {
|
||||
#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 = {
|
||||
enable = true;
|
||||
|
|
|
@ -82,8 +82,8 @@
|
|||
papirus-icon-theme
|
||||
dconf2nix # https://github.com/gvolpe/dconf2nix
|
||||
# Tweak libadwaita themes
|
||||
gradience
|
||||
adw-gtk3
|
||||
# gradience
|
||||
# adw-gtk3
|
||||
|
||||
gnome.gnome-session
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue