Update system

This commit is contained in:
2026-01-01 01:23:52 +03:00
parent a185fa4d85
commit 092e73822d
8 changed files with 82 additions and 84 deletions
+3 -1
View File
@@ -3,7 +3,6 @@
./secrets/secrets.nix
./modules/grub.nix
./modules/syncthing.nix
../../modules/host/adb.nix
../modules/gpu/nvidia.nix
(import ../modules/common.nix {
@@ -27,4 +26,7 @@
programs.gamemode.enable = true;
services.printing.enable = true;
hardware.opentabletdriver.enable = true;
environment.systemPackages = [ pkgs.android-tools ];
users.users.sweetbread.extraGroups = [ "kvm" ];
}