Update default.nix

This commit is contained in:
Thilo Hohlt
2023-06-03 08:00:22 +02:00
committed by GitHub
parent 03bc90702b
commit 8dcb7eccbf

View File

@@ -8,6 +8,8 @@
networking.hostName = "pc";
hardware.opengl.enable = true;
security.polkit.enable = true;
home-manager.users.thiloho = { pkgs, ... }: {