waybar fix, mime types test

This commit is contained in:
foglar 2024-11-13 08:08:08 +01:00
parent 5d20b1d45a
commit b56c498414
2 changed files with 12 additions and 2 deletions

View File

@ -13,7 +13,7 @@
settings = { settings = {
mainBar = { mainBar = {
layer = "top"; layer = "bottom";
position = "top"; position = "top";
height = 31; height = 31;
exclusive = true; exclusive = true;

View File

@ -1,4 +1,4 @@
{lib, ...}: { {...}: {
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
home.username = "foglar"; home.username = "foglar";
@ -79,6 +79,16 @@
# --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8"; # --color=marker:#f5e0dc,fg+:#cdd6f4,prompt:#cba6f7,hl+:#f38ba8";
}; };
#xdg.mimeApps = {
# enable = true;
# associations.added = {
# "application/pdf" = ["org.gnome.Evince.desktop"];
# };
# defaultApplications = {
# "application/pdf" = ["org.gnome.Evince.desktop"];
# };
#};
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }