mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Comment typo
This commit is contained in:
parent
8b428e8e0f
commit
33b92a1f84
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Module installing librewolf as default browser
|
# Module installing brave as default browser
|
||||||
home.packages = [ pkgs.brave ];
|
home.packages = [ pkgs.brave ];
|
||||||
|
|
||||||
xdg.mimeApps.defaultApplications = {
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
|
Loading…
Reference in a new issue