reorganise code: os modules in flake.nix
Some checks failed
/ build-all (push) Failing after 57s

This commit is contained in:
ant 2026-03-10 21:36:23 +01:00
parent 38751363d4
commit 632061ac61
5 changed files with 45 additions and 53 deletions

View file

@ -1,12 +1,5 @@
{ config, pkgs, ... }:
{
imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix
../common.nix
../common-graphics.nix
../kdeconnect-ports.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;