mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add hardware quirk only for laptop config
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
}
|
||||
entrypoint
|
||||
home-manager.nixosModules.home-manager
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
./hardware-configuration.nix
|
||||
../shared-desktop.nix
|
||||
../shared.nix
|
||||
|
||||
Reference in New Issue
Block a user