Fix browser not opening when clicking links
This commit is contained in:
parent
91165b8bba
commit
ae785f2d35
3 changed files with 12 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ xdg-user-dirs ];
|
||||
home.packages = with pkgs; [ xdg-user-dirs xdg_utils ];
|
||||
xdg = {
|
||||
enable = true;
|
||||
# Some applications overwrite mimeapps.list with an identical file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue