mirror of
https://github.com/nix-community/home-manager
synced 2024-12-02 16:09:46 +01:00
gtk: fix gtk2-basic-config test
This commit is contained in:
parent
e9b7d12e06
commit
adbabcd0a0
2 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
||||||
|
|
||||||
gtk-can-change-accels = 1
|
gtk-can-change-accels = 1
|
|
@ -11,7 +11,7 @@ with lib;
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.gtkrc-2.0
|
assertFileExists home-files/.gtkrc-2.0
|
||||||
assertFileContents home-files/.gtkrc-2.0 ${
|
assertFileContent home-files/.gtkrc-2.0 ${
|
||||||
./gtk-basic-config-expected.conf
|
./gtk-basic-config-expected.conf
|
||||||
}
|
}
|
||||||
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
|
assertFileRegex home-path/etc/profile.d/hm-session-vars.sh \
|
||||||
|
|
Loading…
Reference in a new issue