diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-06-27 18:01:03 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 7efae831391971860665d094acd9173c9f5050f8 (patch) | |
| tree | 60e26726fbc33c4d055d951315d67dbd0614d7f2 /nixos/laptop | |
| parent | 0a92ba6fb6a22898e3c109ca661819ad7d0fea6a (diff) | |
add docker mirror
Diffstat (limited to 'nixos/laptop')
| -rw-r--r-- | nixos/laptop/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix index 9abd497..8bd7980 100644 --- a/nixos/laptop/configuration.nix +++ b/nixos/laptop/configuration.nix @@ -23,12 +23,12 @@ virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; - + programs.adb.enable = true; services.udev.packages = [ pkgs.android-udev-rules ]; - + services.joycond.enable = true; environment.systemPackages = with pkgs; [ joycond-cemuhook |
