Various fixes and move to hyprland lua config

This commit is contained in:
2026-06-13 23:05:38 +02:00
parent a353993421
commit 105fa3a0ae
6 changed files with 133 additions and 118 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
programs.firefox = {
enable = true;
configPath = "${config.xdg.configHome}/mozilla/firefox";
profiles.default = {
settings = {
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";