HDSF + KERBEROS
This commit is contained in:
parent
7ad8a748f1
commit
a27dbfd681
2 changed files with 146 additions and 157 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
<nixos-hardware/common/cpu/intel>
|
||||
<nixos-hardware/common/pc/laptop>
|
||||
|
|
@ -171,7 +170,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.dbus.packages = with pkgs; [ gnome.dconf ];
|
||||
services.dbus.packages = with pkgs; [ dconf ];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
# services.blueman.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue