notifications
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware-configuration-desktop.nix ./../configuration.nix ];
|
||||
imports = [
|
||||
./hardware-configuration-desktop.nix
|
||||
./../configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "eliasDesktop";
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Hyprlock
|
||||
security.pam.services.hyprlock = { };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
networkmanager-vpnc
|
||||
networkmanagerapplet
|
||||
|
||||
Reference in New Issue
Block a user