This commit is contained in:
Joakim Repomaa
2025-01-30 21:15:02 +02:00
parent 12647a2e77
commit c757f0892d
6 changed files with 33 additions and 31 deletions

View File

@@ -1,4 +1,8 @@
{ ... }: {
{ inputs, ... }:
let
inherit (inputs) lanzaboote nixos-hardware auto-cpufreq home-manager;
in
{
imports = [
./hardware-configuration.nix
./configuration.nix
@@ -9,6 +13,10 @@
./containers.nix
./desktop.nix
./users.nix
lanzaboote.nixosModules.lanzaboote
nixos-hardware.nixosModules.framework-13-7040-amd
auto-cpufreq.nixosModules.default
home-manager.nixosModules.home-manager
../home
];
}

View File

@@ -1,4 +1,4 @@
{ pkgs, ksoloti-pr, lib, config, ... }:
{ pkgs, inputs, lib, config, ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
@@ -12,7 +12,7 @@
services.udev.packages = [
pkgs.zsa-udev-rules
pkgs.yubikey-personalization
ksoloti-pr.ksoloti
inputs.ksoloti-pr.legacyPackages.${pkgs.system}.ksoloti
];
services.usbmuxd = {
enable = true;