loki | drivers for new dock
This commit is contained in:
parent
63a7f5b313
commit
828a0d9e9b
2 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<nixos-hardware/dell/xps/13-9310>
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
/home/don/nixos/workstation/configuration.nix
|
||||
/home/don/nixos/loki/kernel.nix
|
||||
/home/don/nixos/workstation/sway.nix
|
||||
/home/don/nixos/workstation/detect-reboot-needed.nix
|
||||
];
|
||||
|
|
|
|||
5
loki/kernel.nix
Normal file
5
loki/kernel.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "axge" "ax88179_178a" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue