feat: modified AGS bar styling
This commit is contained in:
parent
a88e7c28a5
commit
9fec340586
13 changed files with 238 additions and 184 deletions
16
home-manager/stvnliu/xdg.nix
Normal file
16
home-manager/stvnliu/xdg.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = "org.kde.okular.desktop";
|
||||
"image/png" = "sxiv.desktop";
|
||||
"image/jpeg" = "sxiv.desktop";
|
||||
"image/jpg" = "sxiv.desktop";
|
||||
"image/webp" = "sxiv.desktop";
|
||||
"image/heif" = "sxiv.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue