portal + emacs font
This commit is contained in:
@ -166,13 +166,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# XDG
|
# XDG
|
||||||
|
# NOTE: I think only the fitting portal is required
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
# xdg-desktop-portal-wlr # For wlroots based desktops
|
# xdg-desktop-portal-wlr # For wlroots based desktops
|
||||||
xdg-desktop-portal-kde # Comes with Plasma
|
xdg-desktop-portal-kde # Comes with Plasma
|
||||||
xdg-desktop-portal-gtk # Comes with Gnome
|
# xdg-desktop-portal-gtk # Comes with Gnome
|
||||||
xdg-desktop-portal-gnome # Comes with Gnome
|
# xdg-desktop-portal-gnome # Comes with Gnome
|
||||||
];
|
];
|
||||||
# gtkUsePortal = true; # Deprecated, don't use (gdm takes ages to load and other fishy stuff)
|
# gtkUsePortal = true; # Deprecated, don't use (gdm takes ages to load and other fishy stuff)
|
||||||
};
|
};
|
||||||
@ -221,6 +222,10 @@
|
|||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
||||||
|
# Emacs fonts
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
|
material-design-icons
|
||||||
|
|
||||||
# Some fonts from an old emacs config, not longer used
|
# Some fonts from an old emacs config, not longer used
|
||||||
# etBook
|
# etBook
|
||||||
# overpass
|
# overpass
|
||||||
|
Reference in New Issue
Block a user