Refactor package management into modular Nix configuration

This commit is contained in:
2025-09-25 18:25:01 +02:00
parent 244567f465
commit 781cb53032
14 changed files with 181 additions and 118 deletions

View File

@@ -4,6 +4,7 @@
}:
{
imports = [
./packages
./boot.nix
./flatpak.nix
./fonts.nix
@@ -11,7 +12,6 @@
./network.nix
./nfs.nix
./nh.nix
./packages.nix
./printing.nix
./greetd.nix
./security.nix