From e8c4a81a851df8dd808ace1f919260ca1495d7bc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 13 May 2019 17:28:42 -0700 Subject: laptop: remove virtualization, add sound, light, xkbOptions --- machines/helium.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'machines/helium.nix') 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 = { -- cgit v1.2.3