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
|
entrypoint
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
|
||||||
{
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../shared-desktop.nix
|
../shared-desktop.nix
|
||||||
../shared.nix
|
../shared.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user