diff --git a/hertog/home.nix b/hertog/home.nix index 19117af..fc30427 100644 --- a/hertog/home.nix +++ b/hertog/home.nix @@ -25,12 +25,12 @@ # Base epiphany thunderbird + firefox deltachat-desktop vlc bottles pavucontrol qbittorrent - floorp # Office slack onlyoffice-bin diff --git a/programs/firefox.nix b/programs/firefox.nix deleted file mode 100644 index c63e388..0000000 --- a/programs/firefox.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - programs.firefox = { - enable = true; - profiles.hertog = { - isDefault = true; - name = "Hertog"; - path = "/home/hertog/.mozilla/firefox/7p5jc0z4.default"; - - }; - }; -}