Almost working flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-06 18:40:20 +01:00
parent 25130195ec
commit e013bcfdba
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
14 changed files with 533 additions and 87 deletions

View file

@ -1,9 +1,5 @@
{ pkgs, config, ... }:
{
imports = [
<nixos-hardware/pine64/pinebook-pro>
];
boot = {
# nixos-hardware use latest kernel by default. It has been set a while ago, we maybe don't need it anymore?
kernelPackages = pkgs.linuxPackages;

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
../os
./hardware.nix
./dk.nix
./options.nix