Initial commit
This commit is contained in:
20
modules/desktop/loupe.nix
Normal file
20
modules/desktop/loupe.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ pkgs, ... }: {
|
||||
hm.home.packages = with pkgs; [ loupe ];
|
||||
n.misc.defaults."org.gnome.Loupe" = [
|
||||
"image/avif"
|
||||
"image/bmp"
|
||||
"image/gif"
|
||||
"image/jp2"
|
||||
"image/jpeg"
|
||||
"image/jpg"
|
||||
"image/jpm"
|
||||
"image/jpx"
|
||||
"image/jxl"
|
||||
"image/png"
|
||||
"image/tiff"
|
||||
"image/vnd.microsoft.icon"
|
||||
"image/webp"
|
||||
"image/webp"
|
||||
"image/x-tga"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user