waybar fix, mime types test
This commit is contained in:
parent
5d20b1d45a
commit
b56c498414
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
layer = "bottom";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 31;
|
height = 31;
|
||||||
exclusive = true;
|
exclusive = true;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user