Begin rewrite

This commit is contained in:
caem 2025-01-08 02:06:46 +01:00
parent fb5d4d46f8
commit bc6d1e6984
Signed by: caem
GPG key ID: 69A830D03203405F
97 changed files with 328 additions and 3101 deletions

11
hosts/puter/packages.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }:
{
imports = let
modules = ../../modules/nixos;
in [
"${modules}/hardware/nvidia"
"${modules}/hardware/audio"
];
}