fix build

This commit is contained in:
notgne2 2023-11-20 17:55:21 -07:00
parent 3860a9367c
commit e72eba2245
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE
2 changed files with 2 additions and 3 deletions

View File

@ -86,11 +86,10 @@ inputs: all: {
cfg = {
enableGnomeExtensions = true;
pipewireSupport = true;
nativeMessagingHosts.fxcast = true;
};
});
nativeMessagingHosts.fxcast = true;
profiles.default = {
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader

View File

@ -15,7 +15,7 @@ in {
programs.home-manager.enable = true;
programs.spicetify = {
theme = spicePkgs.themes.catppuccin-macchiato;
# theme = spicePkgs.themes.catppuccin-macchiato;
enabledExtensions = with spicePkgs.extensions; [
# fixEnhance
];