diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:27:40 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:39:38 +0500 |
| commit | 0e7329f3800bf0a682dd2f426eb84c3889ce1f2f (patch) | |
| tree | eba4bcdd9b35b753182f6237716eb40046144551 /nixos/pc/configuration.nix | |
| parent | 2bbf8c8715f7a475b44b08d4b42d4e9611b108c9 (diff) | |
feat: set nvidia drivers to not open :)
Diffstat (limited to 'nixos/pc/configuration.nix')
| -rw-r--r-- | nixos/pc/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index 76a4a27..02a87e5 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -9,8 +9,7 @@ time.timeZone = "Asia/Yekaterinburg"; networking.hostName = "ltrr"; - printing.enable = true; - + programs.adb.enable = true; services.udev.packages = [ pkgs.android-udev-rules |
