Converted firefox nixos module to a home manager module

This commit is contained in:
alejandro-angulo 2024-08-01 21:08:28 -07:00
parent e31e5783df
commit 726ace8ade
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 27 additions and 31 deletions

View file

@ -16,10 +16,6 @@ in {
desktop = {
sway.enable = true;
};
apps = {
firefox.enable = true;
};
};
};
}