added virtualbox
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
../../packages/matugen/default.nix
|
../../packages/matugen/default.nix
|
||||||
../../packages/quickshell/default.nix
|
../../packages/quickshell/default.nix
|
||||||
../../packages/udev/default.nix
|
../../packages/udev/default.nix
|
||||||
|
../../packages/virtualbox/default.nix
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
../../packages/steam/default.nix
|
../../packages/steam/default.nix
|
||||||
|
|||||||
@@ -44,14 +44,13 @@
|
|||||||
"workspace special:music, initialTitle:Spotify( Free)?"
|
"workspace special:music, initialTitle:Spotify( Free)?"
|
||||||
"workspace special:communication, class:discord|equibop|vesktop|whatsapp"
|
"workspace special:communication, class:discord|equibop|vesktop|whatsapp"
|
||||||
"workspace special:todo, class:Todoist"
|
"workspace special:todo, class:Todoist"
|
||||||
"workspace special:steam, class:^(steam_app_.*)$"
|
|
||||||
|
|
||||||
"noinitialfocus, class:discord"
|
"noinitialfocus, class:discord"
|
||||||
"focusonactivate 0, class:discord"
|
"focusonactivate 0, class:discord"
|
||||||
|
|
||||||
# Always full screen
|
# Always full screen
|
||||||
# "fullscreen, title:^(Steam Big Picture Mode)$"
|
# "fullscreen, title:^(Steam Big Picture Mode)$"
|
||||||
"fullscreen, title:^(steam_app_.*)$"
|
# "fullscreen, title:^(steam_app_.*)$"
|
||||||
|
|
||||||
# Dialogs
|
# Dialogs
|
||||||
"float, title:(Select|Open)( a)? (File|Folder)(s)?"
|
"float, title:(Select|Open)( a)? (File|Folder)(s)?"
|
||||||
@@ -70,6 +69,7 @@
|
|||||||
|
|
||||||
# Steam
|
# Steam
|
||||||
"workspace special:steam, class:steam"
|
"workspace special:steam, class:steam"
|
||||||
|
"workspace special:gaming, class:^(steam_app_.*)$"
|
||||||
"rounding 10, title:, class:steam"
|
"rounding 10, title:, class:steam"
|
||||||
"float, title:Friends List, class:steam"
|
"float, title:Friends List, class:steam"
|
||||||
"immediate, class:steam_app_[0-9]+"
|
"immediate, class:steam_app_[0-9]+"
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user