summaryrefslogtreecommitdiff
path: root/machines/helium.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/helium.nix')
-rw-r--r--machines/helium.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index 13fbd99..daef738 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -36,19 +36,17 @@
};
};
- virtualisation = {
- libvirtd.enable = true;
- docker.enable = true;
- virtualbox.guest.enable = true;
- virtualbox.host.enable = true;
- virtualbox.host.headless = false;
- virtualbox.host.addNetworkInterface = true;
-
+ sound = {
+ enable = true;
+ mediaKeys = {
+ enable = true;
+ };
};
programs = {
bash.enableCompletion = true;
command-not-found.enable = true;
+ light.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
@@ -77,6 +75,8 @@
layout = "us";
libinput.enable = true;
+ xkbOptions = "caps:ctrl_modifier";
+
displayManager.sddm.enable = true;
desktopManager = {