Compare commits
1 commit
2bfcb22a22
...
7ee86629ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ee86629ed |
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
home.sessionVariables.DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}";
|
||||
home.sessionVariables.DEFAULT_BROWSER = mkIf cfg.makeDefaultBrowser "${lib.getExe pkgs.firefox}";
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue