disable firefox profile on profile ft and add brightnessctl to ft home packages
This commit is contained in:
@ -6,10 +6,12 @@
|
||||
home.packages = with pkgs;[
|
||||
neovim
|
||||
dmenu
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/sxhkd".source = dotfiles/config/sxhkd;
|
||||
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
||||
};
|
||||
programs.firefox.enable = false;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault true;
|
||||
profiles.default = {
|
||||
extensions = with inputs.firefox-addons.packages."x86_64-linux";
|
||||
[vimium ublock-origin];
|
||||
|
Reference in New Issue
Block a user