diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
| commit | edc4ef0106f7d4a37d367e81ae9e6470dbdc7087 (patch) | |
| tree | 2e49381dbfec01b74d3b91bffc3c75e040742cef /configuration.nix | |
| parent | 384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f (diff) | |
| download | nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.tar.gz nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.zip | |
chore: config sync
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index c001126..b41be4d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -60,6 +60,18 @@ in hardware.bluetooth.enable = false; # services.blueman.enable = true; + # services.vdirsyncer = { + # enable = true; + # jobs = { + # google_cal = { + # enable = true; + # config = { + # # + # }; + # }; + # }; + # }; + # Enable sound. sound.enable = false; security.rtkit.enable = true; @@ -67,8 +79,6 @@ in enable = true; alsa.enable = true; pulse.enable = true; - # jack.enable = true; - # alsa.support32Bit = true; }; # Network @@ -98,7 +108,7 @@ in }; lxd.enable = false; virtualbox.host.enable = false; - #anbox.enable = true; + # anbox.enable = true; }; # I18n and keyboard layout |
