This commit is contained in:
2024-09-30 16:03:24 +02:00
parent 45ed7f9394
commit dbbddb3e6f
5 changed files with 101 additions and 75 deletions

View File

@@ -6,9 +6,12 @@
# Hostname
networking.hostName = "eliasDesktop";
services.blueman.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
environment.systemPackages = with pkgs; [
gnome.networkmanager-vpnc
networkmanager-vpnc
networkmanagerapplet
];
}