nixos: gen 114 @ nix-pad — 2026-07-22 23:28
26.05.20260717.293d6ab (Yarara)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Adwaita-dark";
|
||||
package = pkgs.gnome-themes-extra;
|
||||
};
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
@@ -23,7 +31,7 @@
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gnome";
|
||||
platformTheme.name = "adwaita";
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,19 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common = {
|
||||
# Direct camera and permission requests strictly to GNOME
|
||||
"org.freedesktop.impl.portal.Camera" = "gnome";
|
||||
"org.freedesktop.impl.portal.Access" = "gnome";
|
||||
|
||||
# Keeps your existing layout working
|
||||
"org.freedesktop.impl.portal.Screenshot" = "gnome";
|
||||
"org.freedesktop.impl.portal.ScreenCast" = "gnome";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user