chore: fix firefox for now
This commit is contained in:
parent
a68ee40b01
commit
e69bed3a98
2 changed files with 10 additions and 6 deletions
|
@ -15,9 +15,9 @@
|
|||
programs.firefox = {
|
||||
# enable = true;
|
||||
profileVersion = null;
|
||||
package = pkgs.firefox.override {
|
||||
nativeMessagingHosts = with pkgs; [ bitwarden ];
|
||||
};
|
||||
# package = pkgs.firefox.override {
|
||||
# nativeMessagingHosts = with pkgs; [ bitwarden ];
|
||||
# };
|
||||
/*
|
||||
TODO: this should be able to work on macos, no?
|
||||
TODO: enable color scheme/theme by default
|
||||
|
|
|
@ -71,12 +71,16 @@
|
|||
home-manager.users.daniel = {
|
||||
lyte.shell.enable = true;
|
||||
lyte.desktop.enable = true;
|
||||
home.file."~/.config/easyeffects/output" = {
|
||||
enable = true;
|
||||
source = fetchGit {
|
||||
url = "https://github.com/ceiphr/ee-framework-presets";
|
||||
rev = "27885fe00c97da7c441358c7ece7846722fd12fa";
|
||||
};
|
||||
};
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "philonmetal";
|
||||
# clone from https://github.com/ceiphr/ee-framework-presets
|
||||
# then `cp *.json ~/.config/easyeffects/output`
|
||||
# TODO: nixify this
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue