adapt desktop
adapt config so that it works on desktop too
This commit is contained in:
@@ -7,13 +7,18 @@
|
||||
];
|
||||
|
||||
networking.hostName = "eliasDesktop";
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Hyprlock
|
||||
# ── Hyprlock ──────────────────────────────────────────────────────────
|
||||
security.pam.services.hyprlock = { };
|
||||
|
||||
# ── Bluetooth ─────────────────────────────────────────────────────────
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
|
||||
# ── Network ───────────────────────────────────────────────────────────
|
||||
environment.systemPackages = with pkgs; [
|
||||
networkmanager-vpnc
|
||||
networkmanagerapplet
|
||||
|
||||
Reference in New Issue
Block a user