added work-desktop

This commit is contained in:
fwastring 2025-01-24 11:16:22 +01:00
parent 8904240276
commit 963e2de136
3 changed files with 116 additions and 5 deletions

View file

@ -15,6 +15,14 @@
../../config/users.nix
];
environment.systemPackages = with pkgs; [
kubectl
azure-cli
];
networking.hostName = myhostname;
services.xserver.dpi = 140;