Move Mac keys into its own Nix file
This commit is contained in:
parent
a15a93a317
commit
2552eefc61
4 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
# Theme QT apps
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
style.name = "gtk2";
|
||||
style = {
|
||||
name = "gtk2";
|
||||
};
|
||||
platformTheme.name = "gtk2";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"${ws.w9}" = [{app_id = "thunderbird";}];
|
||||
|
||||
# Else
|
||||
"${ws.w2}" = [{class = "SDL Application";} {class = "heroic";}];
|
||||
"${ws.w2}" = [{class = "SDL Application";} {app_id = "heroic";}];
|
||||
"${ws.w2a}" = [{app_id = "looking-glass-client";}];
|
||||
"${ws.w4a}" = [{app_id = "com.obsproject.Studio";}];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue