1
This commit is contained in:
2022-07-26 14:19:28 +02:00
parent f54f6121ee
commit a71833935f
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, musnix, ... }:
{
imports = [
@ -8,6 +8,11 @@
networking.hostName = "nixinator"; # Define your hostname.
musnix = {
enable = true;
# musnix.soundcardPciId = ;
};
services.xserver = {
# Configure keymap in X11
layout = "us";