Made firefox the default browser
This commit is contained in:
parent
26ec076727
commit
9b6cc13430
2 changed files with 17 additions and 4 deletions
|
@ -40,9 +40,11 @@ in {
|
|||
aa.home.extraOptions = {
|
||||
home.stateVersion = config.system.stateVersion;
|
||||
home.file = mkAliasDefinitions options.aa.home.file;
|
||||
xdg.enable = true;
|
||||
xdg.configFile = mkAliasDefinitions options.aa.home.configFile;
|
||||
xdg.dataFile = mkAliasDefinitions options.aa.home.dataFile;
|
||||
xdg = {
|
||||
enable = true;
|
||||
configFile = mkAliasDefinitions options.aa.home.configFile;
|
||||
dataFile = mkAliasDefinitions options.aa.home.dataFile;
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue