config

NixOS config
Log | Files | Refs | README | LICENSE

commit fcc52c1297aefb3f30d2c15939710076cc0cd831 (tree)
parent 382ef7b0d726727e0e50163d0f6416c272b21cda
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 15 Sep 2023 14:44:17 +0300

remove obsolete comment

Diffstat:
Mmodules/profiles/desktop/default.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -59,7 +59,6 @@ home-manager.users.motiejus = {pkgs, ...}: { programs.firefox = { enable = true; - #package = pkgs.firefox-devedition; profiles = { xdefault = { isDefault = true;