musnix
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user