fix build
This commit is contained in:
parent
3860a9367c
commit
e72eba2245
@ -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
|
||||
|
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user