mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
aly: remove default browser override
This commit is contained in:
parent
0b70e6cfa4
commit
c81912240d
|
@ -261,13 +261,6 @@
|
|||
vsCodium.enable = true;
|
||||
};
|
||||
|
||||
defaultApps = {
|
||||
webBrowser = {
|
||||
package = config.programs.chromium.package;
|
||||
desktop = "brave-browser.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
desktop = {
|
||||
startupApps = [(lib.getExe' pkgs.keepassxc "keepassxc")];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue