mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: use firefox hm option instead of packages
This commit is contained in:
parent
1d1a29889a
commit
0db42e1904
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue