mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
meep
This commit is contained in:
parent
f6f6ae6b6a
commit
e1fb6158a0
10 changed files with 86 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ in {
|
|||
grim
|
||||
pavucontrol
|
||||
brightnessctl
|
||||
nautilus
|
||||
playerctl
|
||||
glib
|
||||
pcmanfm
|
||||
|
|
@ -85,7 +86,7 @@ in {
|
|||
environment = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
XDG_CURRENT_DESKTOP = "niri";
|
||||
GDK_BACKEND = "wayland,x11";
|
||||
GDK_BACKEND = "wayland";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
};
|
||||
xwayland-satellite = {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,13 @@
|
|||
_: {
|
||||
{ pkgs, ... }: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
autostart.enable = true;
|
||||
mime.enable = true;
|
||||
portal.extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
gnome-keyring
|
||||
];
|
||||
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue