mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
aly: remove firefox gnome theme
This commit is contained in:
parent
c112fcd6c5
commit
09cbd365fc
|
@ -3,17 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# home.file = let
|
||||
# source = builtins.fetchGit {
|
||||
# url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git";
|
||||
# rev = "fb5b578a4f49ae8705e5fea0419242ed1b8dba70";
|
||||
# ref = "master";
|
||||
# };
|
||||
# in {
|
||||
# ".mozilla/firefox/default/chrome".source = source;
|
||||
# ".mozilla/firefox/work/chrome".source = source;
|
||||
# };
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue