foamat code

This commit is contained in:
2024-04-17 16:47:06 +02:00
parent 1c7a93963a
commit ebedd90923
23 changed files with 231 additions and 194 deletions

View File

@@ -1,6 +1,4 @@
{ config, ... }:
{
{config, ...}: {
# Enable Bluetooth
hardware.bluetooth.enable = true;
}
}

View File

@@ -1,6 +1,4 @@
{ config, ... }:
{
{config, ...}: {
# Enable CUPS to print documents.
services.printing.enable = true;
}
}

View File

@@ -1,6 +1,4 @@
{ config, ... }:
{
{config, ...}: {
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
@@ -17,4 +15,4 @@
# no need to redefine it in your config for now)
#media-session.enable = true;
};
}
}

View File

@@ -1,5 +1,8 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
# Include udev rules for yubikey.
services.udev.packages = with pkgs; [
yubikey-personalization