fix build
This commit is contained in:
parent
3860a9367c
commit
e72eba2245
@ -86,11 +86,10 @@ inputs: all: {
|
|||||||
cfg = {
|
cfg = {
|
||||||
enableGnomeExtensions = true;
|
enableGnomeExtensions = true;
|
||||||
pipewireSupport = true;
|
pipewireSupport = true;
|
||||||
|
nativeMessagingHosts.fxcast = true;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
nativeMessagingHosts.fxcast = true;
|
|
||||||
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
darkreader
|
darkreader
|
||||||
|
@ -15,7 +15,7 @@ in {
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
theme = spicePkgs.themes.catppuccin-macchiato;
|
# theme = spicePkgs.themes.catppuccin-macchiato;
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
enabledExtensions = with spicePkgs.extensions; [
|
||||||
# fixEnhance
|
# fixEnhance
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user