Re-add GNOME to fix the thunar theme and see if it
...fixes autorandr
This commit is contained in:
parent
3ae1d8d51d
commit
e63150e278
4 changed files with 8 additions and 19 deletions
|
@ -6,22 +6,6 @@
|
|||
}:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
configure-gtk = pkgs.writeTextFile {
|
||||
name = "configure-gtk";
|
||||
destination = "/bin/configure-gtk";
|
||||
executable = true;
|
||||
text =
|
||||
let
|
||||
schema = pkgs.gsettings-desktop-schemas;
|
||||
datadir = "${schema}/share/gsettings-schemas/${schema.name}";
|
||||
in
|
||||
''
|
||||
export XDG_DATA_DIRS=${datadir}:$XDG_DATA_DIRS
|
||||
gnome_schema=org.gnome.desktop.interface
|
||||
gsettings set $gnome_schema gtk-theme 'Breeze Dark'
|
||||
'';
|
||||
};
|
||||
|
||||
theme = import "${self}/lib/theme" { inherit pkgs; };
|
||||
|
||||
username = "opdavies";
|
||||
|
@ -164,7 +148,6 @@ in
|
|||
arandr
|
||||
backintime
|
||||
brightnessctl
|
||||
configure-gtk
|
||||
cpufrequtils
|
||||
ffmpegthumbnailer
|
||||
libnotify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue