nixos: adjust services for updated nixpkgs

This commit is contained in:
2026-04-27 11:21:37 -07:00
parent 3966f7acda
commit 89bfcba9fe
4 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
environment.systemPackages = with pkgs; [
android-studio
linuxPackages_latest.perf
perf
zenmonitor
code-cursor
];
@@ -31,10 +31,10 @@
myModules.postgres.enable = true;
myModules.kat.enable = true;
networking.networkmanager.enable = true;
services.libinput.enable = true;
services.xserver = {
enable = true;
libinput.enable = true;
videoDrivers = [ "amdgpu" ];
};