added NxACE (untested)
This commit is contained in:
7
home-modules/qt.nix
Normal file
7
home-modules/qt.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
lib.mkIf (user != "tv")
|
||||
{
|
||||
qt = {
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user