Compare commits
No commits in common. "f6995d28f1b879967309efcc9fef1b353dd4ff47" and "1793f04e484f8cf3fc2f5402fb8418e0960c6910" have entirely different histories.
f6995d28f1
...
1793f04e48
2 changed files with 1 additions and 8 deletions
|
@ -15,7 +15,7 @@ _: {
|
|||
};
|
||||
|
||||
output = {
|
||||
"*" = {
|
||||
"eDP-1" = {
|
||||
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,13 +13,6 @@ in
|
|||
enable = true;
|
||||
browsers = ["firefox"];
|
||||
};
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/html" = "firefox.desktop";
|
||||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
};
|
||||
programs.firefox = {
|
||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
nativeMessagingHosts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue