Added hardware profile for p14s
Added hardware profile for p14s (Lenovo Thinkpad P14s
This commit is contained in:
parent
d0a4bedfa9
commit
4e211e0cd2
1 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue