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;[
|
home.packages = with pkgs;[
|
||||||
neovim
|
neovim
|
||||||
dmenu
|
dmenu
|
||||||
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/sxhkd".source = dotfiles/config/sxhkd;
|
".config/sxhkd".source = dotfiles/config/sxhkd;
|
||||||
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
||||||
};
|
};
|
||||||
|
programs.firefox.enable = false;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = lib.mkDefault true;
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
extensions = with inputs.firefox-addons.packages."x86_64-linux";
|
extensions = with inputs.firefox-addons.packages."x86_64-linux";
|
||||||
[vimium ublock-origin];
|
[vimium ublock-origin];
|
||||||
|
Reference in New Issue
Block a user