|
|
|
@ -32,6 +32,12 @@ in
|
|
|
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [ yubioath-flutter ];
|
|
|
|
|
|
|
|
|
|
environment.sessionVariables = {
|
|
|
|
|
# GTK Theme won't display with GTK4 (e.g. nautilus) otherwise
|
|
|
|
|
# Doesn't work in some scenarios, such as open containing folder in Firefox, when declared in home.sessionVariables
|
|
|
|
|
GTK_THEME = (colors.gtkTheme pkgs).name;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
# Enable OpenTabletDriver, GUI configurator is otd-gui
|
|
|
|
|
hardware.opentabletdriver.enable = true;
|
|
|
|
|
|
|
|
|
|