firefox: add addons per nix
This commit is contained in:
parent
1f76c7359e
commit
a5226f566e
14 changed files with 422 additions and 241 deletions
|
|
@ -13,4 +13,5 @@
|
|||
programs.ironbar.battery = [
|
||||
{ type = "upower"; class = "memory-usage"; }
|
||||
];
|
||||
programs.hyprland.extra_autostart = [ "hyprdock --server" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,4 +13,7 @@
|
|||
programs.boot.boot_params = [ "rtc_cmos.use_acpi_alarm=1" ];
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# for hyprdock
|
||||
services.acpid.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue