1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use firefox hm option instead of packages

This commit is contained in:
oddlama 2023-09-05 00:54:20 +02:00
parent 1d1a29889a
commit 0db42e1904
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -4,10 +4,15 @@
./sway.nix
];
# TODO own file
programs.firefox.enable = true;
home.sessionVariables = {
MOZ_WEBRENDER = 1;
};
home = {
packages = with pkgs; [
discord
firefox
thunderbird
signal-desktop
chromium