1
0
Fork 0

Added hardware profile for p14s

Added hardware profile for p14s (Lenovo Thinkpad P14s
This commit is contained in:
Jan Grosser 2024-07-21 09:03:56 +02:00
parent d0a4bedfa9
commit 4e211e0cd2

View file

@ -13,6 +13,9 @@
# Stylix - system-wide colorscheming and typography for NixOS
# See: https://github.com/danth/stylix
stylix.url = "github:danth/stylix";
# NixOS profiles to optimize settings for different hardware
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: {
@ -33,6 +36,10 @@
modules = [
stylix.nixosModules.stylix ./hosts/p14s/configuration.nix
# Model picked up from
# https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2
# Home-Manager
#inputs.home-manager.nixosModules.default
home-manager.nixosModules.home-manager {