waybar fix, mime types test
This commit is contained in:
parent
5d20b1d45a
commit
b56c498414
@ -13,7 +13,7 @@
|
||||
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
layer = "bottom";
|
||||
position = "top";
|
||||
height = 31;
|
||||
exclusive = true;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{lib, ...}: {
|
||||
{...}: {
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "foglar";
|
||||
@ -79,6 +79,16 @@
|
||||
# --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.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user