Little changes, these are going to be frequent now
This commit is contained in:
parent
857c8ea289
commit
84cfcee9fd
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-icon-theme.override {color = "indigo";};
|
package = pkgs.papirus-icon-theme.override { color = "indigo"; };
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
xdg.mimeApps.defaultApplications = {
|
xdg.mimeApps.defaultApplications = {
|
||||||
"inode/directory" = ["pcmanfm-qt.desktop"];
|
"inode/directory" = [ "pcmanfm-qt.desktop" ];
|
||||||
"text/plain" = ["nvim.desktop"];
|
"text/plain" = [ "nvim.desktop" ];
|
||||||
"image/png" = ["imv.desktop"];
|
"image/png" = [ "imv.desktop" ];
|
||||||
"image/jpeg" = ["imv.desktop"];
|
"image/jpeg" = [ "imv.desktop" ];
|
||||||
"video/*" = ["mpv.desktop"];
|
"image/jp2" = [ "imv.desktop" ];
|
||||||
|
"video/*" = [ "mpv.desktop" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue